mirror of
https://github.com/nasa/openmct.git
synced 2025-03-10 22:43:55 +00:00
[CI] Update docker login step to work across forks and non-nasa-users (#6891)
Continue on error
This commit is contained in:
parent
ee6ca11558
commit
4287cd5413
1
.github/workflows/e2e-couchdb.yml
vendored
1
.github/workflows/e2e-couchdb.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
continue-on-error: true
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user