Skip to content

Commit 74fd3b7

Browse files
committed
improve workflow comment
1 parent 3bd97d9 commit 74fd3b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ 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.
324+
# this docker auth is only exclusively for higher rate limits. continue unauthenticated if this fails
325+
continue-on-error: true
325326

326327

327328
- name: Docker build

0 commit comments

Comments
 (0)