Skip to content

Commit bbadc2d

Browse files
committed
correct tag
1 parent 9236a42 commit bbadc2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
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

0 commit comments

Comments
 (0)