Skip to content

Commit 9213a4d

Browse files
authored
Prevent Docker Hub login when secrets are not available (#694)
1 parent 4d87150 commit 9213a4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414

1515
- name: Log in to Docker Hub
1616
uses: docker/login-action@v2
17+
continue-on-error: true
1718
with:
1819
username: ${{ secrets.DOCKER_USERNAME }}
1920
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)