diff --git a/.github/workflows/push-image.yml b/.github/workflows/push-image.yml index 631db80..ef93eba 100644 --- a/.github/workflows/push-image.yml +++ b/.github/workflows/push-image.yml @@ -8,6 +8,8 @@ jobs: Pull-From_Gitlab: runs-on: ubuntu-latest steps: + - name: "Checkout source code" + uses: "actions/checkout@v1" - name: Login to GitLab uses: docker/login-action@v3 with: