Skip to content

Commit 9a8f25b

Browse files
committedNov 14, 2022
push to docker2
1 parent 138e1df commit 9a8f25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: Checkout code
88
uses: actions/checkout@v3
99
- name: Login to Docker Hub
10-
uses: docker/login-actions@v1
10+
uses: docker/login-actions@v2
1111
with:
1212
username: ${{ secrets.DOCKER_USERNAME }}
1313
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)
Please sign in to comment.