Skip to content

Commit b6e0ea3

Browse files
Bump docker/login-action from 2 to 3 (#264)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd38ca3 commit b6e0ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
type=semver,pattern={{major}}.{{minor}}
3030
3131
- name: Authenticate to Package Registry
32-
uses: docker/login-action@v2
32+
uses: docker/login-action@v3
3333
if: ${{ github.event_name != 'pull_request' }}
3434
with:
3535
registry: ghcr.io

0 commit comments

Comments
 (0)