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