We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f498bf6 commit 5e46965Copy full SHA for 5e46965
1 file changed
.github/workflows/workflow_master.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
43
- name: Login to DockerHub
44
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
45
with:
46
username: ${{ secrets.DOCKERHUB_USERNAME }}
47
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments