Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 3ccb12c

Browse files
Bump docker/login-action from 1 to 2 (#6)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 779e21e commit 3ccb12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
184184
- name: Log in to GitHub Docker Registry
185185
if: github.event_name != 'pull_request'
186-
uses: docker/login-action@v1
186+
uses: docker/login-action@v2
187187
with:
188188
registry: ghcr.io
189189
username: ${{ github.actor }}

0 commit comments

Comments
 (0)