Skip to content

Commit 034ecf8

Browse files
committed
pls2
1 parent 794c608 commit 034ecf8

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@v2
10+
uses: docker/login-action@v2
1111
with:
1212
username: ${{ secrets.DOCKERHUB_USERNAME }}
1313
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)