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 74fd3b7 commit 5c9bf97Copy full SHA for 5c9bf97
.github/workflows/ci.yml
@@ -321,7 +321,7 @@ 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
- # this docker auth is only exclusively for higher rate limits. continue unauthenticated if this fails
+ # this docker auth is exclusively for higher rate limits. continue unauthenticated if it fails
325
continue-on-error: true
326
327
0 commit comments