Skip to content

Commit dd2eb4c

Browse files
Bump docker/login-action from 3.7.0 to 4.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...b45d80f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2bf9d6 commit dd2eb4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Docker Auth
8080
id: docker-auth
81-
uses: "docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9" # v3.7.0
81+
uses: "docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2" # v4.0.0
8282
if: ${{ github.event_name != 'pull_request' && env.SERVICE_ACCOUNT != '' }}
8383
with:
8484
registry: gcr.io
@@ -145,7 +145,7 @@ jobs:
145145
service_account: ${{ env.SERVICE_ACCOUNT }}
146146
workload_identity_provider: ${{ env.WORKLOAD_IDENTITY_PROVIDER }}
147147
- name: Docker Auth
148-
uses: "docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9" # v3.7.0
148+
uses: "docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2" # v4.0.0
149149
with:
150150
registry: gcr.io
151151
username: "oauth2accesstoken"

0 commit comments

Comments
 (0)