Skip to content

Commit ba711e0

Browse files
committed
ci: do not give up if dockerhub login fails
1 parent 96bc9c8 commit ba711e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
env:
5353
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
5454
DOCKERHUB_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}
55+
continue-on-error: true
5556
- id: setup
5657
uses: ./.github/actions/setup
5758

0 commit comments

Comments
 (0)