We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86396a9 + c2eb72a commit 0fcd350Copy full SHA for 0fcd350
1 file changed
.github/workflows/ci-cd.yml
@@ -76,7 +76,7 @@ jobs:
76
done
77
78
- name: Login to DockerHub
79
- uses: docker/login-action@v1.9.0
+ uses: docker/login-action@v1.10.0
80
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-node'
81
with:
82
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments