Skip to content

Commit e233a8a

Browse files
committed
use correct ecr
1 parent 229d9dc commit e233a8a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
needs: [get_asdf_version, get_issue_number_and_commit_id]
7878
with:
7979
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
80-
dev_container_ecr: dev-container-quality-checks
80+
dev_container_ecr: dev-container-common-workflows
8181
dev_container_image_tag: PR-${{ needs.get_issue_number_and_commit_id.outputs.issue_number }}-${{ needs.get_issue_number_and_commit_id.outputs.sha_short }}
8282
secrets:
8383
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: ./.github/workflows/quality-checks.yml
4949
with:
5050
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
51-
dev_container_ecr: dev-container-quality-checks
51+
dev_container_ecr: dev-container-common-workflows
5252
dev_container_image_tag: release-${{ needs.get_commit_id.outputs.sha_short }}
5353
secrets:
5454
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -75,7 +75,7 @@ jobs:
7575
needs: [quality_checks, get_commit_id, tag_release]
7676
uses: ./.github/workflows/tag_latest_container_images.yml
7777
with:
78-
ecr_name: dev-container-quality-checks
78+
ecr_name: dev-container-common-workflows
7979
container_image_tag: release-${{ needs.get_commit_id.outputs.sha_short }}
8080
version_tag_to_apply: ${{ needs.tag_release.outputs.version_tag }}
8181
secrets:

.github/workflows/tag_latest_container_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
required: true
1313
container_image_tag:
1414
type: string
15-
description: "The tag to use for the dev container image."
15+
description: "The tag of an existing image to apply version tag to."
1616
required: true
1717
version_tag_to_apply:
1818
type: string

0 commit comments

Comments
 (0)