Skip to content

Commit 9c6a72a

Browse files
committed
update docker/login-action to v3 in GitHub workflow
1 parent 9e60376 commit 9c6a72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Log in to Docker Hub
25-
uses: docker/login-action@v2.1.0
25+
uses: docker/login-action@v3
2626
with:
2727
username: ${{ secrets.DOCKER_USERNAME }}
2828
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)