We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd97d9 commit 74fd3b7Copy full SHA for 74fd3b7
.github/workflows/ci.yml
@@ -321,7 +321,8 @@ jobs:
321
username: ${{ vars.DOCKERHUB_USERNAME }}
322
password: ${{ secrets.DOCKERHUB_TOKEN }}
323
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.
+ # this docker auth is only exclusively for higher rate limits. continue unauthenticated if this fails
325
+ continue-on-error: true
326
327
328
- name: Docker build
0 commit comments