Skip to content

Commit efd0430

Browse files
dependabot[bot]amotl
authored andcommitted
Chore(deps): 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 497de46 commit efd0430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
name: Login to GHCR
8787
# Prevent uploading images for pull requests.
8888
# if: github.event_name != 'pull_request'
89-
uses: docker/login-action@v2
89+
uses: docker/login-action@v3
9090
with:
9191
registry: ghcr.io
9292
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)