Skip to content

Commit 835e14f

Browse files
Merge pull request #12 from TheDevMinerTV/renovate/docker-login-action-3.x
chore(deps): update docker/login-action action to v3
2 parents 19ceb86 + 3f15ab2 commit 835e14f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
${{ runner.os }}-buildx-
4242
4343
- name: Log in to the Container registry
44-
uses: docker/login-action@v2
44+
uses: docker/login-action@v3
4545
with:
4646
registry: ${{ env.REGISTRY }}
4747
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
${{ runner.os }}-buildx-
3737
3838
- name: Log in to the Container registry
39-
uses: docker/login-action@v2
39+
uses: docker/login-action@v3
4040
with:
4141
registry: ${{ env.REGISTRY }}
4242
username: ${{ github.actor }}

0 commit comments

Comments
 (0)