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 a9444c0 commit ff31594Copy full SHA for ff31594
.github/workflows/scip-release.yml
@@ -21,7 +21,7 @@ jobs:
21
env:
22
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
23
- name: Login to DockerHub
24
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
25
with:
26
username: ${{ secrets.DOCKER_USERNAME }}
27
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments