Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO committed Jun 3, 2024
1 parent b3089e8 commit 7f302b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apiserver-image-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f302b5

Please sign in to comment.