Skip to content

Commit

Permalink
fix: Fix the incorrect image name used in build-and-push-wasm-plugin-…
Browse files Browse the repository at this point in the history
…image.yaml (alibaba#1109)
  • Loading branch information
CH3CHO authored Jul 10, 2024
1 parent 7c749b8 commit c40cf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-wasm-plugin-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down

0 comments on commit c40cf85

Please sign in to comment.