We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b68baa + fbab8ee commit 77b0325Copy full SHA for 77b0325
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.10.0
+ uses: docker/login-action@v1.12.0
95
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-node'
96
with:
97
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments