Skip to content

Commit 773f10f

Browse files
authored
Merge pull request #35 from patchlevel/renovate/docker-login-action-4.x
Update docker/login-action action to v4
2 parents 3fb7d06 + 89d3d03 commit 773f10f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

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

4848
- name: Login to GitHub Container Registry
4949
if: ${{ github.ref_name == 'main' }}
50-
uses: docker/login-action@v3
50+
uses: docker/login-action@v4
5151
with:
5252
registry: ${{ env.REGISTRY }}
5353
username: ${{ github.actor }}
@@ -128,7 +128,7 @@ jobs:
128128
uses: docker/setup-buildx-action@v3
129129

130130
- name: Login to GitHub Container Registry
131-
uses: docker/login-action@v3
131+
uses: docker/login-action@v4
132132
with:
133133
registry: ${{ env.REGISTRY }}
134134
username: ${{ github.actor }}

0 commit comments

Comments
 (0)