Skip to content

Commit

Permalink
Modified the quay_username
Browse files Browse the repository at this point in the history
  • Loading branch information
rpancham committed Jun 20, 2024
1 parent fe70b14 commit f6b8f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-create-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
username: ${{ secrets.QUAY_USER }}
password: ${{ secrets.QUAY_PASSWORD }}

- name: Wait for PR to be merged
Expand Down

0 comments on commit f6b8f8d

Please sign in to comment.