Skip to content

Commit 932985c

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-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 565a617 commit 932985c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v3
5151

5252
- name: Login to GitHub Container Registry
53-
uses: docker/login-action@v2
53+
uses: docker/login-action@v3
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.actor }}
@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/checkout@v3
103103

104104
- name: Login to GitHub Container Registry
105-
uses: docker/login-action@v2
105+
uses: docker/login-action@v3
106106
with:
107107
registry: ghcr.io
108108
username: ${{ github.actor }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v3
4545

4646
- name: Login to GitHub Container Registry
47-
uses: docker/login-action@v2
47+
uses: docker/login-action@v3
4848
with:
4949
registry: ghcr.io
5050
username: ${{ github.actor }}
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/checkout@v3
9494

9595
- name: Login to GitHub Container Registry
96-
uses: docker/login-action@v2
96+
uses: docker/login-action@v3
9797
with:
9898
registry: ghcr.io
9999
username: ${{ github.actor }}

0 commit comments

Comments
 (0)