Skip to content

Commit

Permalink
fix: Fix the incorrect image name used by GitHub Action (higress-grou…
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored May 9, 2023
1 parent 57dac61 commit 3e82600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# environment: ${{ inputs.environment || vars.DEFAULT_ENV || 'Demo' }}
env:
IMAGE_REGISTRY: ${{ vars.IMAGE_REGISTRY || 'higress-registry.cn-hangzhou.cr.aliyuncs.com' }}
IMAGE_NAME: ${{ vars.IMAGE_NAME || 'higress/higress-console' }}
IMAGE_NAME: ${{ vars.IMAGE_NAME || 'higress/console' }}
steps:
- name: "Setup Java"
uses: actions/setup-java@v3
Expand Down

0 comments on commit 3e82600

Please sign in to comment.