Skip to content

Commit 5d14c82

Browse files
authored
Merge pull request #845 from major/renovate/docker-login-action-3.x
chore(deps): update docker/login-action action to v3
2 parents a319543 + c929845 commit 5d14c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v5
1616

1717
- name: Log in to Docker Hub
18-
uses: docker/login-action@v2
18+
uses: docker/login-action@v3
1919
with:
2020
username: ${{ secrets.DOCKER_USER_LOGIN }}
2121
password: ${{ secrets.DOCKER_USER_PASSWORD }}

0 commit comments

Comments
 (0)