Skip to content

Commit 0fb4725

Browse files
authored
Update docker-image.yml
1 parent 6b96e67 commit 0fb4725

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
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v2
1919

2020
- name: Log in to Docker Hub
21-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
21+
uses: docker/login-action@v1
2222
with:
2323
username: ${{ secrets.DOCKER_USERNAME }}
2424
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)