Skip to content

Commit 2b7694f

Browse files
Bump docker/login-action from 2 to 3
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]>
1 parent 4b1c8a9 commit 2b7694f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/docker.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
driver-opts: |
8080
image=moby/buildkit:v${{ inputs.buildkit_version }}
8181
- name: Login to Docker Hub
82-
uses: docker/login-action@v2
82+
uses: docker/login-action@v3
8383
with:
8484
registry: ghcr.io
8585
username: ${{ github.actor }}
@@ -121,7 +121,7 @@ jobs:
121121
driver-opts: |
122122
image=moby/buildkit:v${{ inputs.buildkit_version }}
123123
- name: Login to Docker Hub
124-
uses: docker/login-action@v2
124+
uses: docker/login-action@v3
125125
with:
126126
registry: ghcr.io
127127
username: ${{ github.actor }}
@@ -164,7 +164,7 @@ jobs:
164164
driver-opts: |
165165
image=moby/buildkit:v${{ inputs.buildkit_version }}
166166
- name: Login to Docker Hub
167-
uses: docker/login-action@v2
167+
uses: docker/login-action@v3
168168
with:
169169
registry: ghcr.io
170170
username: ${{ github.actor }}
@@ -208,7 +208,7 @@ jobs:
208208
driver-opts: |
209209
image=moby/buildkit:v${{ inputs.buildkit_version }}
210210
- name: Login to Docker Hub
211-
uses: docker/login-action@v2
211+
uses: docker/login-action@v3
212212
with:
213213
registry: ghcr.io
214214
username: ${{ github.actor }}
@@ -251,7 +251,7 @@ jobs:
251251
driver-opts: |
252252
image=moby/buildkit:v${{ inputs.buildkit_version }}
253253
- name: Login to Docker Hub
254-
uses: docker/login-action@v2
254+
uses: docker/login-action@v3
255255
with:
256256
registry: ghcr.io
257257
username: ${{ github.actor }}
@@ -296,7 +296,7 @@ jobs:
296296
driver-opts: |
297297
image=moby/buildkit:v${{ inputs.buildkit_version }}
298298
- name: Login to Docker Hub
299-
uses: docker/login-action@v2
299+
uses: docker/login-action@v3
300300
with:
301301
registry: ghcr.io
302302
username: ${{ github.actor }}
@@ -339,7 +339,7 @@ jobs:
339339
driver-opts: |
340340
image=moby/buildkit:v${{ inputs.buildkit_version }}
341341
- name: Login to Docker Hub
342-
uses: docker/login-action@v2
342+
uses: docker/login-action@v3
343343
with:
344344
registry: ghcr.io
345345
username: ${{ github.actor }}
@@ -386,7 +386,7 @@ jobs:
386386
driver-opts: |
387387
image=moby/buildkit:v${{ inputs.buildkit_version }}
388388
- name: Login to Docker Hub
389-
uses: docker/login-action@v2
389+
uses: docker/login-action@v3
390390
with:
391391
registry: ghcr.io
392392
username: ${{ github.actor }}
@@ -434,7 +434,7 @@ jobs:
434434
driver-opts: |
435435
image=moby/buildkit:v${{ inputs.buildkit_version }}
436436
- name: Login to Docker Hub
437-
uses: docker/login-action@v2
437+
uses: docker/login-action@v3
438438
with:
439439
registry: ghcr.io
440440
username: ${{ github.actor }}
@@ -477,7 +477,7 @@ jobs:
477477
driver-opts: |
478478
image=moby/buildkit:v${{ inputs.buildkit_version }}
479479
- name: Login to Docker Hub
480-
uses: docker/login-action@v2
480+
uses: docker/login-action@v3
481481
with:
482482
registry: ghcr.io
483483
username: ${{ github.actor }}
@@ -521,7 +521,7 @@ jobs:
521521
driver-opts: |
522522
image=moby/buildkit:v${{ inputs.buildkit_version }}
523523
- name: Login to Docker Hub
524-
uses: docker/login-action@v2
524+
uses: docker/login-action@v3
525525
with:
526526
registry: ghcr.io
527527
username: ${{ github.actor }}

0 commit comments

Comments
 (0)