Skip to content

Commit

Permalink
enable login to quay.io
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Oct 3, 2024
1 parent f9b5ae6 commit f78c3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.quay_io_login }}
password: ${{ secrets.quay_io_password }}
username: ${{ secrets.QUAY_IO_LOGIN }}
password: ${{ secrets.QUAY_IO_PASSWORD }}

- name: Login to GitHub container registry
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit f78c3bd

Please sign in to comment.