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

Commit 1ff2d20

Browse files
Bump docker/login-action from 1 to 2 (#15154)
* Bump docker/login-action from 1 to 2 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]> * Changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent a74c099 commit 1ff2d20

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/push_complement_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
ref: master
5050
- name: Login to registry
51-
uses: docker/login-action@v1
51+
uses: docker/login-action@v2
5252
with:
5353
registry: ghcr.io
5454
username: ${{ github.actor }}

changelog.d/15154.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump docker/login-action from 1 to 2.

0 commit comments

Comments
 (0)