Skip to content

Commit

Permalink
Test commit 60da1df
Browse files Browse the repository at this point in the history
  • Loading branch information
ecr-cicd-bot committed Jun 26, 2023
1 parent 9545fc9 commit 8e1ef82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Print current build ID
run: |
echo Integration test run: githubactionsamazonecrlogin-VM0j5Qh3DBOo:5c1799af-c09a-4a5f-95b4-3a0b10faa9df
echo Integration test run: githubactionsamazonecrlogin-VM0j5Qh3DBOo:a259a66d-e70d-4ecd-93ec-b41b4d16180f
- name: Configure AWS credentials
id: configure-aws-credentials-pdx
Expand All @@ -28,7 +28,7 @@ jobs:

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@e407df249e6c155d03c0e4375f34bc2385f52d65
uses: aws-actions/amazon-ecr-login@60da1dfd57f492b4fba9bdf6a11a2462d7a57e58

- name: Tag and push a docker image to Amazon ECR
env:
Expand All @@ -41,7 +41,7 @@ jobs:
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
- name: Login to Amazon ECR using explicit registry ID
uses: aws-actions/amazon-ecr-login@e407df249e6c155d03c0e4375f34bc2385f52d65
uses: aws-actions/amazon-ecr-login@60da1dfd57f492b4fba9bdf6a11a2462d7a57e58
with:
registries: ${{ steps.configure-aws-credentials.outputs.aws-account-id }}

Expand All @@ -55,7 +55,7 @@ jobs:

- name: Login to Amazon ECR Public
id: login-ecr-public
uses: aws-actions/amazon-ecr-login@e407df249e6c155d03c0e4375f34bc2385f52d65
uses: aws-actions/amazon-ecr-login@60da1dfd57f492b4fba9bdf6a11a2462d7a57e58
with:
registry-type: public

Expand Down

0 comments on commit 8e1ef82

Please sign in to comment.