File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4141 echo "Generated the build tag: $BUILD_ID"
4242 echo "buildId=$BUILD_ID" >> "$GITHUB_OUTPUT"
4343
44- publish-docker-images :
45- name : " Publish docker images to ECR"
44+ publish-docker-image :
45+ name : " Publish docker image to ECR"
4646 needs : [ generate-build-id ]
4747
4848 uses : ./.github/workflows/publish.yml
5656 comment :
5757 if : github.event_name == 'pull_request'
5858 name : " Create Build ID Comment"
59- needs : [ generate-build-id, publish-docker-images ]
59+ needs : [ generate-build-id, publish-docker-image ]
6060 continue-on-error : true
6161 permissions : write-all
6262 runs-on : [ ubuntu-latest ]
Original file line number Diff line number Diff line change 1616 type : string
1717
1818jobs :
19- build-and-publish-docker-images :
20- name : Build & Publish Docker Images
19+ build-and-publish-docker-image :
20+ name : Build & Publish Docker Image
2121 runs-on : ubuntu-latest
2222 permissions :
2323 id-token : write
You can’t perform that action at this time.
0 commit comments