Skip to content

Commit 328d7d9

Browse files
committed
Test commit cc05f4a
1 parent fdb358b commit 328d7d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Print current build ID
1818
run: |
19-
echo Integration test run: githubactionsamazonecrlogin-VM0j5Qh3DBOo:2ff6b885-c905-47cc-9f8a-07a5985d6d14
19+
echo Integration test run: githubactionsamazonecrlogin-VM0j5Qh3DBOo:8427ebad-c4f4-44f5-968a-828cb4a3e8a7
2020
2121
- name: Configure AWS credentials
2222
id: configure-aws-credentials-pdx
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Login to Amazon ECR
3030
id: login-ecr
31-
uses: aws-actions/amazon-ecr-login@0e4a2fe3ddc280de2eab31942c76e73a1e94d51e
31+
uses: aws-actions/amazon-ecr-login@cc05f4a4db45f6b446eee901ef3620a08754cbcf
3232

3333
- name: Tag and push a docker image to Amazon ECR
3434
env:
@@ -41,7 +41,7 @@ jobs:
4141
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
4242
4343
- name: Login to Amazon ECR using explicit registry ID
44-
uses: aws-actions/amazon-ecr-login@0e4a2fe3ddc280de2eab31942c76e73a1e94d51e
44+
uses: aws-actions/amazon-ecr-login@cc05f4a4db45f6b446eee901ef3620a08754cbcf
4545
with:
4646
registries: ${{ steps.configure-aws-credentials.outputs.aws-account-id }}
4747

@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Login to Amazon ECR Public
5757
id: login-ecr-public
58-
uses: aws-actions/amazon-ecr-login@0e4a2fe3ddc280de2eab31942c76e73a1e94d51e
58+
uses: aws-actions/amazon-ecr-login@cc05f4a4db45f6b446eee901ef3620a08754cbcf
5959
with:
6060
registry-type: public
6161

0 commit comments

Comments
 (0)