Skip to content

Commit 18edf44

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
Bump docker/login-action from 2.2.0 to 3.0.0 (#131)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 8abca64)
1 parent 70cc523 commit 18edf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Log into registry
8181
if: env.PUSH == 'true'
82-
uses: docker/login-action@v2.2.0
82+
uses: docker/login-action@v3.0.0
8383
with:
8484
registry: ghcr.io
8585
username: ${{ github.actor }}

0 commit comments

Comments
 (0)