We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b685b95 commit 4b39ef3Copy full SHA for 4b39ef3
.github/workflows/e2e-couchdb.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: npm install --cache ~/.npm --prefer-offline --no-audit --progress=false
28
29
- name: Login to DockerHub
30
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
31
with:
32
username: ${{ secrets.DOCKERHUB_USERNAME }}
33
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments