docker / setup-buildx-action

GitHub Action to set up Docker Buildx
https://github.com/marketplace/actions/docker-setup-buildx
Apache License 2.0
905 stars 142 forks source link

cache-binary input to enable/disable caching binary to GHA cache backend #300

Closed crazy-max closed 4 months ago

crazy-max commented 4 months ago

follow-up https://github.com/docker/actions-toolkit/pull/257

@nicks It should mitigate your issue related to https://github.com/docker/setup-buildx-action/issues/293. We could also save cache in post action step like you did in https://github.com/docker/actions-toolkit/pull/241. I can carry this if you want :pray:

nicks commented 4 months ago

i closed the other pr -- it might be still worth doing at some point, but less urgent now that we figured out the real issue