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.
2 parents 1f507a3 + dc923d4 commit d591c6fCopy full SHA for d591c6f
.github/workflows/ci.yml
@@ -324,6 +324,8 @@ jobs:
324
with:
325
username: ${{ vars.DOCKERHUB_USERNAME }}
326
password: ${{ secrets.DOCKERHUB_TOKEN }}
327
+ if: ${{ (github.event_name == 'merge_group' || (github.event.pull_request && (github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR'))) }}
328
+
329
330
- name: Docker build
331
env:
0 commit comments