Skip to content

Commit

Permalink
chore: Fix docker login typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jekkel committed Jan 26, 2022
1 parent f7b7461 commit 2caccb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
name: "Login to DockerHub"
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKER_USERNAME }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: "Login to Quay.io"
uses: docker/login-action@v1
Expand Down

0 comments on commit 2caccb9

Please sign in to comment.