Skip to content

Commit 0e44439

Browse files
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] <support@github.com>
1 parent ed97e6b commit 0e44439

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: docker/setup-qemu-action@v2
4646

4747
- name: Docker Login
48-
uses: docker/login-action@v2
48+
uses: docker/login-action@v3
4949
with:
5050
registry: ghcr.io
5151
username: ${{ github.actor }}
@@ -109,7 +109,7 @@ jobs:
109109

110110
steps:
111111
- name: Log in to the Container registry
112-
uses: docker/login-action@v2
112+
uses: docker/login-action@v3
113113
with:
114114
registry: ghcr.io
115115
username: ${{ github.actor }}

.github/workflows/chart-publish.yaml

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

6767
steps:
6868
- name: Log in to the Container registry
69-
uses: docker/login-action@v2
69+
uses: docker/login-action@v3
7070
with:
7171
registry: ghcr.io
7272
username: ${{ github.actor }}

0 commit comments

Comments
 (0)