Skip to content

Commit

Permalink
Use the right environment variables
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <[email protected]>
  • Loading branch information
komish committed Jul 11, 2023
1 parent f72aa9b commit 0e574f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
if: ${{ steps.build-image.outcome == 'success'}}
with:
registry: quay.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.QUAY_BOT_USERNAME }}
password: ${{ secrets.QUAY_BOT_TOKEN }}

- name: Push Image
if: ${{ steps.login-as-bot.outcome == 'success' }}
Expand Down

0 comments on commit 0e574f5

Please sign in to comment.