From c40cf85aad95abfe31bb149bccc480169d8abd2a Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Wed, 10 Jul 2024 13:51:13 +0800 Subject: [PATCH] fix: Fix the incorrect image name used in build-and-push-wasm-plugin-image.yaml (#1109) --- .github/workflows/build-and-push-wasm-plugin-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-wasm-plugin-image.yaml b/.github/workflows/build-and-push-wasm-plugin-image.yaml index aad8223932..ec9084bf11 100644 --- a/.github/workflows/build-and-push-wasm-plugin-image.yaml +++ b/.github/workflows/build-and-push-wasm-plugin-image.yaml @@ -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="