Skip to content

Commit

Permalink
Bump docker/login-action from 2 to 3 (#546)
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent e108d7d commit de02089
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-corretto-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: Log in to AWS ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: Log in to AWS ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
aws-region: ${{ env.AWS_DEFAULT_REGION }}

- name: Log in to AWS ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
aws-region: us-west-2

- name: Login to private staging ecr
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.STAGING_ECR_REGISTRY }}
env:
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
aws-region: ${{ env.AWS_DEFAULT_REGION }}

- name: Log in to AWS ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws

Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: Log in to AWS ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws

Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: Log in to AWS ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws

Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: Log in to AWS ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-upstream-snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
aws-region: ${{ env.AWS_DEFAULT_REGION }}

- name: Log in to AWS ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws

Expand All @@ -53,7 +53,7 @@ jobs:
aws-region: us-west-2

- name: Login to private aws ecr
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: 611364707713.dkr.ecr.us-west-2.amazonaws.com

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/patch-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: Log in to AWS ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws

Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
aws-region: ${{ env.AWS_DEFAULT_REGION }}

- name: Log in to AWS ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
aws-region: ${{ env.AWS_DEFAULT_REGION }}

- name: Log in to AWS ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws

Expand All @@ -56,7 +56,7 @@ jobs:
aws-region: ${{ env.AWS_DEFAULT_REGION }}

- name: Log in to AWS ECR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: public.ecr.aws

Expand Down

0 comments on commit de02089

Please sign in to comment.