Skip to content

Commit

Permalink
ci: fix quay env
Browse files Browse the repository at this point in the history
  • Loading branch information
sentoz committed May 27, 2023
1 parent 5303430 commit c9b7502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
registry: quay.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.QUAY_PASSWORD }}

- name: Log in to GitHub Container registry
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit c9b7502

Please sign in to comment.