File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9191 - get_commit_id
9292 with :
9393 tag_latest : false
94- docker_tag : ' pr${{ needs.get_issue_number.outputs.issue_number }}-${{ needs.get_commit_id.outputs.sha_short }}'
94+ docker_tag : ' pr- ${{ needs.get_issue_number.outputs.issue_number }}-${{ needs.get_commit_id.outputs.sha_short }}'
9595 container_name : base
9696 package_node_24_python_3_14_docker_image :
9797 uses : ./.github/workflows/build_multi_arch_image.yml
@@ -101,5 +101,5 @@ jobs:
101101 - package_base_docker_image
102102 with :
103103 tag_latest : false
104- docker_tag : ' pr${{ needs.get_issue_number.outputs.issue_number }}-${{ needs.get_commit_id.outputs.sha_short }}'
104+ docker_tag : ' pr- ${{ needs.get_issue_number.outputs.issue_number }}-${{ needs.get_commit_id.outputs.sha_short }}'
105105 container_name : node_24_python_3_14
You can’t perform that action at this time.
0 commit comments