Skip to content

Commit

Permalink
Merge pull request #14 from iFixit/update-amazon-ecr-login-action
Browse files Browse the repository at this point in the history
Actions: Update `aws-actions/amazon-ecr-login` from v1 to v2
  • Loading branch information
batbattur authored Dec 13, 2023
2 parents a034637 + 5a19cfa commit d7e66f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
run: docker build -t ${{ env.ECR_IMAGE_REPO }}:${{ github.sha }} --label org.label-schema.name="shopify-analytics" .

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.DEPLOY_IAM_ROLE }}
aws-region: us-east-1

- name: ECR login
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2

- name: Push to ECR
run: docker push ${{ env.ECR_IMAGE_REPO }}:${{ github.sha }}

0 comments on commit d7e66f4

Please sign in to comment.