Skip to content

Commit

Permalink
Merge pull request #129 from climatepolicyradar/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/aws-actions/amazon-ecr-login-2

Bump aws-actions/amazon-ecr-login from 1 to 2
  • Loading branch information
jesse-c authored Jul 18, 2024
2 parents 026e8b2 + 71cf236 commit 1ebbf48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2

- name: Push Images to ECR
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2

- name: Docker pull
run: |
Expand Down

0 comments on commit 1ebbf48

Please sign in to comment.