Skip to content

Commit 67c33d6

Browse files
authored
Merge pull request #412 from Roave/renovate/docker-login-action-4.x
Update docker/login-action action to v4
2 parents 67bf1ec + acf5e51 commit 67c33d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docker-image-to-github-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/setup-buildx-action@v3
3232

3333
- name: Login to GitHub Container Registry
34-
uses: docker/login-action@v3
34+
uses: docker/login-action@v4
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}

0 commit comments

Comments
 (0)