Skip to content

Commit cc2e521

Browse files
Bump docker/login-action from 3.0.0 to 3.1.0 (#8)
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 a7d66fe commit cc2e521

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

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.yml

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

3030
- name: Log into registry
3131
if: env.PUSH == 'true'
32-
uses: docker/login-action@v3.0.0
32+
uses: docker/login-action@v3.1.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Log into registry
7878
if: env.PUSH == 'true'
79-
uses: docker/login-action@v3.0.0
79+
uses: docker/login-action@v3.1.0
8080
with:
8181
registry: ghcr.io
8282
username: ${{ github.actor }}
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Log into registry
120120
if: env.PUSH == 'true'
121-
uses: docker/login-action@v3.0.0
121+
uses: docker/login-action@v3.1.0
122122
with:
123123
registry: ghcr.io
124124
username: ${{ github.actor }}
@@ -159,7 +159,7 @@ jobs:
159159

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

0 commit comments

Comments
 (0)