Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Apache License 2.0
406
stars
148
forks
source link
fix: github actions fix container build on release #941
We've had an issue in recent releases where the container images weren't being triggered to rebuild by the release pipeline, and would require some manual intervention
This PR fixes it by adding the container rebuild job directly into the make-release pipeline, instead of having it as a separate job.
I also added an extra trigger to the cloudshell re-build job, so that it will trigger once the make-release job is complete. This should be redundant, but it will be useful to be able to track it in the GitHub Actions UI
We've had an issue in recent releases where the container images weren't being triggered to rebuild by the release pipeline, and would require some manual intervention
This PR fixes it by adding the container rebuild job directly into the make-release pipeline, instead of having it as a separate job.
I also added an extra trigger to the cloudshell re-build job, so that it will trigger once the make-release job is complete. This should be redundant, but it will be useful to be able to track it in the GitHub Actions UI
closes https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/issues/848