We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b98ae6 + ad42f79 commit 180dcb1Copy full SHA for 180dcb1
1 file changed
.github/workflows/ci-cd.yml
@@ -91,7 +91,7 @@ jobs:
91
done
92
93
- name: Login to DockerHub
94
- uses: docker/login-action@v1.12.0
+ uses: docker/login-action@v2.0.0
95
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-node'
96
with:
97
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments