fix: Fix the incorrect image name used in build-and-push-wasm-plugin-image.yaml (#1109)

This commit is contained in:
Kent Dong
2024-07-10 13:51:13 +08:00
committed by GitHub
parent 7c749b864c
commit c40cf85aad

View File

@@ -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="