diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1c077f0..3e7439a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -14,7 +14,7 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 - if: ${{ vars.DOCKERHUB_TOKEN }} + if: ${{ env.DOCKERHUB_TOKEN }} with: username: ${{ vars.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}