Allow PR'd branches to build their own product base images for test builds #582
Labels
cicd
Continuous integration/deployment
enhancement
New feature or request
product-base
Related to the product base images
qa
Related to quality assurance (e.g. testing)
tech debt
Technical debt we should address
This is a follow-up from #571 where we enabled "-dev" suffixed builds to build from the
dev
branch for building and testing non-main
branches.Currently, if a non-
main
/non-dev
branch makes breaking changes or has dependent changes in the product base image, the branch will inevitably fail to build as the product base images used will be from the last build by thedev
branch. We should be able to devise a tagging or naming strategy to allow non-main
/non-dev
branches to build and use newly built base images in downstream product images.The text was updated successfully, but these errors were encountered: