Skip to content

Commit 3ff68a8

Browse files
authored
Merge pull request #16 from stacklok/renovate/docker-login-action-4.x
Update docker/login-action action to v4
2 parents 195fce1 + bcf6bf9 commit 3ff68a8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/builder.yaml

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

5151
- name: Login to ghcr.io
52-
uses: docker/login-action@v3
52+
uses: docker/login-action@v4
5353
with:
5454
registry: ${{ env.REGISTRY }}
5555
username: ${{ github.actor }}
@@ -116,7 +116,7 @@ jobs:
116116
type=raw,value=latest
117117
118118
- name: Login to ghcr.io
119-
uses: docker/login-action@v3
119+
uses: docker/login-action@v4
120120
with:
121121
registry: ${{ env.REGISTRY }}
122122
username: ${{ github.actor }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
repo-token: ${{ secrets.GITHUB_TOKEN }}
103103

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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
repo-token: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Login to ghcr.io
37-
uses: docker/login-action@v3
37+
uses: docker/login-action@v4
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}

0 commit comments

Comments
 (0)