Skip to content

Commit 6daba83

Browse files
Merge pull request #62 from valentin-kaiser/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents ac64818 + 0cb1e11 commit 6daba83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
-
3939
name: Login to GHCR
4040
if: github.event_name != 'pull_request'
41-
uses: docker/login-action@v3
41+
uses: docker/login-action@v4
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)