diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9045d272e..6276905b6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,6 +52,9 @@ jobs: env: VERSION: ${{ needs.set-variables.outputs.VERSION }} steps: + - name: Checkout sources + uses: actions/checkout@v4 + - name: Log in to Docker Hub uses: docker/login-action@v3 with: