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: support passing 'builder' parameter in push-to-gar-docker
We are trying to use the [buildkit-cache-dance][1] method to get better
caching of our Go build cache in CI, but that requires having control
over the buildx builder in our pipelines. This commit adds the 'builder'
input to the push-to-gar-docker shared action, and conditionally creates
a new builder if it isn't provided.
[1]: https://github.com/reproducible-containers/buildkit-cache-dance/
0 commit comments