Skip to content

Commit 30cd5a1

Browse files
chore(deps): bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98a9c12 commit 30cd5a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ jobs:
127127
workload_identity_provider: ${{ vars.GCPV2_GITHUB_WORKLOAD_IDENTITY_PROVIDER }}
128128

129129
- id: dockerhub-auth
130-
uses: docker/login-action@v3
130+
uses: docker/login-action@v4
131131
with:
132132
username: ${{ vars.DOCKERHUB_USERNAME }}
133133
password: ${{ secrets.DOCKERHUB_PASSWORD }}
134134

135-
- uses: docker/login-action@v3
135+
- uses: docker/login-action@v4
136136
with:
137137
registry: ${{ env.GAR_LOCATION }}-docker.pkg.dev
138138
username: oauth2accesstoken

0 commit comments

Comments
 (0)