Skip to content

Commit debbc6a

Browse files
chore: bump docker/login-action from 1 to 3 (#56)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adelina Simion <[email protected]>
1 parent 439a0e9 commit debbc6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Login to GHCR
5555
if: ${{ steps.version.outputs.VERSION != ''}}
56-
uses: docker/login-action@v1
56+
uses: docker/login-action@v3
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.repository_owner }}
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Login to GHCR
127127
if: ${{ steps.version.outputs.VERSION != ''}}
128-
uses: docker/login-action@v1
128+
uses: docker/login-action@v3
129129
with:
130130
registry: ghcr.io
131131
username: ${{ github.repository_owner }}

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/setup-buildx-action@v3
4242

4343
- name: Login to GHCR
44-
uses: docker/login-action@v1
44+
uses: docker/login-action@v3
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.repository_owner }}
@@ -78,7 +78,7 @@ jobs:
7878
uses: docker/setup-buildx-action@v3
7979

8080
- name: Login to GHCR
81-
uses: docker/login-action@v1
81+
uses: docker/login-action@v3
8282
with:
8383
registry: ghcr.io
8484
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)