Skip to content

Commit 5d56ecb

Browse files
authored
Merge pull request #884 from major/renovate/docker-login-action-4.x
chore(deps): update docker/login-action action to v4
2 parents 9805873 + 2ca8b8d commit 5d56ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker_publish.yml

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

2020
- name: Log in to Docker Hub
21-
uses: docker/login-action@v3
21+
uses: docker/login-action@v4
2222
with:
2323
username: ${{ secrets.DOCKER_USER_LOGIN }}
2424
password: ${{ secrets.DOCKER_USER_PASSWORD }}

0 commit comments

Comments
 (0)