We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b96e67 commit 0fb4725Copy full SHA for 0fb4725
.github/workflows/docker-image.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v2
19
20
- name: Log in to Docker Hub
21
- uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
+ uses: docker/login-action@v1
22
with:
23
username: ${{ secrets.DOCKER_USERNAME }}
24
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments