GoogleCloudPlatform / cloud-ops-sandbox

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

Closed daniel-sanche closed 2 years ago

daniel-sanche commented 2 years ago

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

github-actions[bot] commented 2 years ago

Open in Cloud Shell You can also use the Stage Website Action if there were updates to the website.

Note: Open in Cloud Shell may not work properly if this PR contains changes to the custom Cloud Shell image