Skip to content

Commit b2c1346

Browse files
Bump docker/login-action from 3.0.0 to 3.1.0 (#157)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54a85c8 commit b2c1346

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: recursive
2929

3030
- name: Log into registry
31-
uses: docker/login-action@v3.0.0
31+
uses: docker/login-action@v3.1.0
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}

.github/workflows/docker.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Log into registry
3535
if: env.PUSH == 'true'
36-
uses: docker/login-action@v3.0.0
36+
uses: docker/login-action@v3.1.0
3737
with:
3838
registry: ghcr.io
3939
username: ${{ github.actor }}
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Log into registry
8181
if: env.PUSH == 'true'
82-
uses: docker/login-action@v3.0.0
82+
uses: docker/login-action@v3.1.0
8383
with:
8484
registry: ghcr.io
8585
username: ${{ github.actor }}
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Log into registry
122122
if: env.PUSH == 'true'
123-
uses: docker/login-action@v3.0.0
123+
uses: docker/login-action@v3.1.0
124124
with:
125125
registry: ghcr.io
126126
username: ${{ github.actor }}
@@ -160,7 +160,7 @@ jobs:
160160

161161
- name: Log into registry
162162
if: env.PUSH == 'true'
163-
uses: docker/login-action@v3.0.0
163+
uses: docker/login-action@v3.1.0
164164
with:
165165
registry: ghcr.io
166166
username: ${{ github.actor }}

0 commit comments

Comments
 (0)