Skip to content

Commit

Permalink
[QE]fix short of registry name
Browse files Browse the repository at this point in the history
typo introduce by commit ddb0e7c
  • Loading branch information
lilyLuLiu committed Sep 27, 2024
1 parent ddb0e7c commit b0e3fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
username: ${{ secrets.QUAY_IO_USERNAME }}
password: ${{ secrets.QUAY_IO_PASSWORD }}
registry: ${{ env.IMAGE_REGISTRY }}
registry: quay.io
- name: Push image to quay
if: github.event_name == 'push'
run: |
Expand Down

0 comments on commit b0e3fba

Please sign in to comment.