allow exporting to github cache backend by tonistiigi · Pull Request #535 · docker/buildx (original) (raw)

Client-side support for moby/buildkit#1974

--cache-to type=gha[,scope=foo]
--cache-from type=gha[,scope=foo]

If called outside github environment and required env are not present then the configuration will be skipped. Token/URL can also be passed directly in csv but I would expect only a program wrapping buildx to use that method.

Signed-off-by: Tonis Tiigi tonistiigi@gmail.com