Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌱 Image build, use variables for repo push
To help out people building images in a fork, use github action variables to be able to configure the target registry and image names. Now on a fork, the destination of an image build can be set by using Action Variables: - IMAGE_BUILD_REGISTRY (default: "quay.io/konveyor") - IMAGE_BUILD_IMAGE_NAME (default: "tackle2-ui") and secrets: - QUAY_PUBLISH_ROBOT - QUAY_PUBLISH_TOKEN Signed-off-by: Scott J Dickerson <[email protected]>
- Loading branch information