Skip to content

Commit d623141

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-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab74f79 commit d623141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions-publish-docker-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Login to GitHub Container Registry (GHCR)
8080
if: github.event_name != 'pull_request'
81-
uses: docker/login-action@v2
81+
uses: docker/login-action@v3
8282
with:
8383
registry: ghcr.io
8484
username: gha
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Login to GitHub Container Registry (GHCR)
131131
if: github.event_name != 'pull_request'
132-
uses: docker/login-action@v2
132+
uses: docker/login-action@v3
133133
with:
134134
registry: ghcr.io
135135
username: gha

0 commit comments

Comments
 (0)