* ci: first attempt at adding a gated docker PR Publish (#1038) * ci: first attempt at adding a gated docker PR Publish * See if we can use contexts to inject variables after approval * fix build command * try alternative context * docs: pull request template that spells out PR checklist * change context back to Docker Hub * Switch optional approval to another workflow * Make docker builds faster * Update .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
917 B
917 B
Request Checklist
- [] Brief description of changes
- [] Links to any relevant issues
- [] Required status checks are passing
- []
@mentiona maintainer to request a review
Special
If this PR is not on a branch for this repo, it is "untrusted" and does not have access to env vars. Reviewers can kick off a trusted docker deploy by:
- Verifying there are no malicious changes to CI build
- Using the git-push-fork-to-upstream-branch script
- Executing the manual approval step in the CI workflow
- [] Request docker publish of PR
Want to improve this process? Consider PR'ing the ability for reviewers to add a label to trigger this process.