Skip to content

Commit 4695baa

Browse files
build(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 bb6caee commit 4695baa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
merge-multiple: true
126126

127127
- name: Login to GitHub Container Registry
128-
uses: docker/login-action@v3
128+
uses: docker/login-action@v4
129129
with:
130130
registry: ghcr.io
131131
username: ${{ github.actor }}
@@ -184,7 +184,7 @@ jobs:
184184
merge-multiple: true
185185

186186
- name: Login to GitHub Container Registry
187-
uses: docker/login-action@v3
187+
uses: docker/login-action@v4
188188
with:
189189
registry: ghcr.io
190190
username: ${{ github.actor }}
@@ -226,7 +226,7 @@ jobs:
226226
uses: docker/setup-buildx-action@v3
227227

228228
- name: Login to GitHub Container Registry
229-
uses: docker/login-action@v3
229+
uses: docker/login-action@v4
230230
with:
231231
registry: ghcr.io
232232
username: ${{ github.actor }}

0 commit comments

Comments
 (0)