Skip to content

Commit

Permalink
better secret names
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Nov 6, 2020
1 parent f2e0dd1 commit 5bb2d40
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 @@ -39,8 +39,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: quay.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

- name: Tag
uses: mathieudutour/[email protected]
Expand Down

0 comments on commit 5bb2d40

Please sign in to comment.