mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-12-11 23:25:58 +08:00
Prevent Docker Hub login when secrets are not available (#694)
This commit is contained in:
parent
4d87150f3b
commit
9213a4db55
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
continue-on-error: true
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue