We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddbcf55 + 20e2aed commit f352498Copy full SHA for f352498
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
+ uses: docker/login-action@v1.9.0
80
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-node'
81
with:
82
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments