Skip to content

Commit 3bd97d9

Browse files
committed
continue even if dockerlogin fails
1 parent 899e22f commit 3bd97d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ jobs:
321321
username: ${{ vars.DOCKERHUB_USERNAME }}
322322
password: ${{ secrets.DOCKERHUB_TOKEN }}
323323
if: ${{ (github.event_name == 'merge_group' || (github.event.pull_request && (github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR'))) }}
324+
continue-on-error: true # authenticating with dockerhub is optional. continue even if this fails.
324325

325326

326327
- name: Docker build

0 commit comments

Comments
 (0)