We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5ba65 commit 3d64cc3Copy full SHA for 3d64cc3
.github/workflows/nodejs.yml
@@ -169,7 +169,7 @@ jobs:
169
uses: docker/setup-buildx-action@f211e3e9ded2d9377c8cadc4489a4e38014bc4c9 # tag=v1.7.0
170
171
- name: Login to DockerHub
172
- uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # tag=v1.14.1
+ uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2.0.0
173
with:
174
username: ${{ secrets.DOCKER_USERNAME }}
175
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments