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: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
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 :
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
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
You can’t perform that action at this time.
0 commit comments