Skip to content

Commit c929845

Browse files
chore(deps): update docker/login-action action to v3
1 parent cd588a1 commit c929845

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
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v5
1414

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

0 commit comments

Comments
 (0)