We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72f6507 + b427a44 commit 3dd1761Copy full SHA for 3dd1761
1 file changed
.github/workflows/ci-cd.yml
@@ -48,7 +48,7 @@ jobs:
48
docker run -e ASUSER=1000 kooldev/node:${{ matrix.version }}-$(arch) yarn -v;
49
50
- name: Login to DockerHub
51
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
52
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-node'
53
with:
54
username: ${{ secrets.DOCKER_USERNAME }}
@@ -68,7 +68,7 @@ jobs:
68
version: [16, 18]
69
70
steps:
71
- - uses: docker/login-action@v2
+ - uses: docker/login-action@v3
72
73
74
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments