Skip to content

Commit d2e474f

Browse files
committed
Test commit fce8c93
1 parent 30b9f58 commit d2e474f

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:8451265a-98a5-4a0a-b092-5291f6888af8
19+
echo Integration test run: githubactionsamazonecrlogin-VM0j5Qh3DBOo:52d58644-deb3-4976-bc7b-909d754ae761
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@c084a3e0d0e150e33879f011bf7e98b3802aacac
31+
uses: aws-actions/amazon-ecr-login@fce8c93885384b6738a5face7f5bc4faa519735a
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@c084a3e0d0e150e33879f011bf7e98b3802aacac
44+
uses: aws-actions/amazon-ecr-login@fce8c93885384b6738a5face7f5bc4faa519735a
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@c084a3e0d0e150e33879f011bf7e98b3802aacac
58+
uses: aws-actions/amazon-ecr-login@fce8c93885384b6738a5face7f5bc4faa519735a
5959
with:
6060
registry-type: public
6161

0 commit comments

Comments
 (0)