Skip to content

Commit b0e3fba

Browse files
committed
[QE]fix short of registry name
typo introduce by commit ddb0e7c
1 parent ddb0e7c commit b0e3fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
username: ${{ secrets.QUAY_IO_USERNAME }}
8181
password: ${{ secrets.QUAY_IO_PASSWORD }}
82-
registry: ${{ env.IMAGE_REGISTRY }}
82+
registry: quay.io
8383
- name: Push image to quay
8484
if: github.event_name == 'push'
8585
run: |

0 commit comments

Comments
 (0)