From 7f302b5bc1beffe91f182d38f7fdfc2f78dcf933 Mon Sep 17 00:00:00 2001 From: CH3CHO Date: Mon, 3 Jun 2024 18:10:36 +0800 Subject: [PATCH] fix up --- .github/workflows/build-apiserver-image-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-apiserver-image-and-push.yaml b/.github/workflows/build-apiserver-image-and-push.yaml index 5ba73c5..6050a16 100644 --- a/.github/workflows/build-apiserver-image-and-push.yaml +++ b/.github/workflows/build-apiserver-image-and-push.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest env: IMAGE_REGISTRY: ${{ vars.IMAGE_REGISTRY || 'higress-registry.cn-hangzhou.cr.aliyuncs.com' }} - IMAGE_NAME: ${{ vars.API_SERVER_IMAGE_NAME || 'higress/api-server' }} + IMAGE_NAME: ${{ vars.ALL_IN_ONE_IMAGE_NAME || 'higress/all-in-one' }} steps: - name: "Checkout ${{ github.ref }}" uses: actions/checkout@v3