Skip to content

Commit 66f9ef5

Browse files
authored
Merge pull request #436 from spejder/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents ac3b168 + 614acfa commit 66f9ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: buildx
3535
uses: docker/setup-buildx-action@master
3636
- name: Login to DockerHub
37-
uses: docker/login-action@v3
37+
uses: docker/login-action@v4
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)