Skip to content

Commit

Permalink
ci: Remove forgotten login vondition
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed May 13, 2024
1 parent 01335fb commit c2a163e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/login-action@v3
if: ${{ steps.inspect.outputs.publish == 'true' }}
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit c2a163e

Please sign in to comment.