| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Note: Needed so that boil can find the config via the 'product-name', while using the 'namespace' and 'image-name' (without the parent directory) to tag the image with before pushing.
There was a problem hiding this comment.
As discussed in Slack, discussed with and approved by Sascha. Approval for expediency
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Needed so that boil can find the config via the 'product-name', while using the 'namespace' and 'image-name' (without the parent directory) to tag the image with before pushing.
DetailsThe build action uses the product-name to locate the boil config. Eg:
This broke twice when I wanted to build precompiled/hadoop:
That built the product image via hadoop/boil-config.toml.
So I changed it to:
Waiting on two workflow runs (to ensure it fixes the issue and doesn't break existing stuff):