You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(packages/scripts): add multi-arch image collection and push support (#702)
Let's make it can work standalone without event driven.
- In pushing to google cloud artifacts repo, it's too complex and
expensive to introduce the Pub/Sub stack.
- After this refactoring, it can work in IDC Clusters or any other cloud
clusters.
- Previously, we compute the multi-arch tags in another task/scripts, it
make the logic not atomically with the `packages.yaml.tmpl` file, it
will solve it.
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
0 commit comments