[CI] Update docker login step to work across forks and non-nasa-users (#6891)

Continue on error
This commit is contained in:
John Hill 2023-08-05 15:05:40 -07:00 committed by GitHub
parent ee6ca11558
commit 4287cd5413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}