Skip to content

Commit

Permalink
Fix CI conditional steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Aug 7, 2024
1 parent 24c5eaa commit b4d80c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b4d80c0

Please sign in to comment.