Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better support for test run analysis with seed PRs using `--build-arg SEED_PROJECT <url>` `--build-arg SEED_BRANCH <branch> ` Example: ``` $ docker build . -t quay.io/jortel/tackle2-hub:latest \ --build-arg 'SEED_PROJECT=jortel/tackle2-seed' \ --build-arg 'SEED_BRANCH=add-targets' \ && docker push quay.io/jortel/tackle2-hub:latest ``` Signed-off-by: Jeff Ortel <[email protected]>
- Loading branch information