File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 :
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
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
You can’t perform that action at this time.
0 commit comments