Skip to content

Commit

Permalink
chore(deps): bump aws-actions/amazon-ecr-login from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2.
- [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecr-login@v1...v2)

---
updated-dependencies:
- dependency-name: aws-actions/amazon-ecr-login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 27387b0 commit 3752246
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Login to Amazon ECR (Production)
if: env.RELEASE_VERSION != 'none'
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2

- name: Push AWS-CLI to Production
if: env.RELEASE_VERSION != 'none'
Expand All @@ -46,7 +46,7 @@ jobs:

- name: Login to Amazon ECR (Staging)
if: env.RELEASE_VERSION != 'none'
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2

- name: Push AWS-CLI to Staging
if: env.RELEASE_VERSION != 'none'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:

- name: Login to Amazon ECR (Staging)
if: env.RELEASE_VERSION != 'none'
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2

- name: Push to Staging
if: env.RELEASE_VERSION != 'none'
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:

- name: Login to Amazon ECR (Production)
if: env.RELEASE_VERSION != 'none'
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2

- name: Push to Production
if: env.RELEASE_VERSION != 'none'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Login to Amazon ECR (Production)
if: env.RELEASE_VERSION != 'none'
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2

- name: Push Otel to Production
if: env.RELEASE_VERSION != 'none'
Expand All @@ -46,7 +46,7 @@ jobs:

- name: Login to Amazon ECR (Staging)
if: env.RELEASE_VERSION != 'none'
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2

- name: Push Otel to Staging
if: env.RELEASE_VERSION != 'none'
Expand Down

0 comments on commit 3752246

Please sign in to comment.