From b51bed859fd47aea7c1a51f051c155ba684dabf9 Mon Sep 17 00:00:00 2001 From: lilyLuLiu Date: Thu, 26 Sep 2024 17:11:40 +0800 Subject: [PATCH] [QE]fix short of registry name typo introduce by commit ddb0e7c525059fe96829721ee00b9c6bbee61617 --- .github/workflows/windows-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-artifacts.yml b/.github/workflows/windows-artifacts.yml index 7c42befbec..8f9228424a 100644 --- a/.github/workflows/windows-artifacts.yml +++ b/.github/workflows/windows-artifacts.yml @@ -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: |