Skip to content

Commit

Permalink
[CI] Update docker login step to work across forks and non-nasa-users (
Browse files Browse the repository at this point in the history
…#6891)

Continue on error
  • Loading branch information
unlikelyzero authored Aug 5, 2023
1 parent ee6ca11 commit 4287cd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-couchdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- run: npm install --cache ~/.npm --prefer-offline --no-audit --progress=false

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v2
continue-on-error: true
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 4287cd5

Please sign in to comment.