Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2022
1 parent a2026b2 commit f585d29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ecs_event_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
aws-region: ap-southeast-1

- name: Login to AWS ECR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ${{ env.ECR_REGISTRY }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opensips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
aws-region: ap-southeast-1

- name: Login to AWS Public ECR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ${{ env.ECR_PUBLIC_REGISTRY }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s3_mpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
aws-region: ap-southeast-1

- name: Login to AWS ECR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ${{ env.ECR_REGISTRY }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
aws-region: ap-southeast-1

- name: Login to AWS Public ECR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ${{ env.ECR_PUBLIC_REGISTRY }}
env:
Expand Down

0 comments on commit f585d29

Please sign in to comment.