Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: push SNAPSHOT versions of the hermetic build docker image (#2888)
This PR simplifies the setup of image publication. It will now rely on a single Cloud Build workflow that will push an image with three tags whenever there is a push to the `main` branch (i.e. merged PR): - An image tagged with the commit SHA of the merged commit - An image tagged `latest` - An image tagged with the generator version (e.g. 1.1.1-SNAPSHOT or 1.1.1 when it's a release PR) ** Follow ups ** - [ ] disable the release trigger in Cloud Build
- Loading branch information