Skip to content

Commit 43a2f5e

Browse files
* Correct pluralization typos.
1 parent 1cca8ec commit 43a2f5e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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 ]

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616
type: string
1717

1818
jobs:
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

0 commit comments

Comments
 (0)