We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f524141 + 9b05034 commit 25220f1Copy full SHA for 25220f1
1 file changed
.github/workflows/ci-cd.yml
@@ -47,7 +47,7 @@ jobs:
47
docker run -e ASUSER=1000 kooldev/node:${{ matrix.version }} yarn -v;
48
49
- name: Login to DockerHub
50
- uses: docker/login-action@v2.0.0
+ uses: docker/login-action@v2.1.0
51
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-node'
52
with:
53
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments