mirror of
https://github.com/alibaba/higress.git
synced 2026-02-24 04:30:51 +08:00
fix: Fix the incorrect image name used in build-and-push-wasm-plugin-image.yaml (#1109)
This commit is contained in:
@@ -88,7 +88,7 @@ jobs:
|
||||
push_command=${push_command#\"}
|
||||
push_command=${push_command%\"} # 删除PUSH_COMMAND中的双引号,确保oras push正常解析
|
||||
|
||||
target_image="${{ env.IMAGE_REGISTRY_SERVICE }}/${{ env.IMAGE_REPOSITORY}}:${{ env.VERSION }}"
|
||||
target_image="${{ env.IMAGE_REGISTRY_SERVICE }}/${{ env.IMAGE_REPOSITORY}}/${{ env.PLUGIN_NAME }}:${{ env.VERSION }}"
|
||||
echo "TargetImage=${target_image}"
|
||||
|
||||
command="
|
||||
|
||||
Reference in New Issue
Block a user