Skip to content

Commit

Permalink
build(deps): Bump docker/login-action from 2 to 3 (#1954)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2023
1 parent 5d6d111 commit 0852bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docker-images-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
token_format: "access_token"
access_token_lifetime: "3600s"
access_token_scopes: "https://www.googleapis.com/auth/cloud-platform"
- uses: "docker/login-action@v2"
- uses: "docker/login-action@v3"
with:
registry: "us-west2-docker.pkg.dev"
username: "oauth2accesstoken"
Expand All @@ -72,7 +72,7 @@ jobs:
token_format: "access_token"
access_token_lifetime: "3600s"
access_token_scopes: "https://www.googleapis.com/auth/cloud-platform"
- uses: "docker/login-action@v2"
- uses: "docker/login-action@v3"
with:
registry: "us-west2-docker.pkg.dev"
username: "oauth2accesstoken"
Expand Down

0 comments on commit 0852bf1

Please sign in to comment.