example-docker icon indicating copy to clipboard operation
example-docker copied to clipboard

Install latest buildx to ensure GHA cache works

Open huonw opened this issue 8 months ago • 2 comments

huonw avatar May 05 '25 06:05 huonw

Still seeing:

#9 preparing build cache for export done
#9 ERROR: This legacy service is shutting down, effective April 15, 2025. Migrate to the new service ASAP. For more information: https://gh.io/gha-cache-sunset
------
 > importing cache manifest from gha:13323955006386176775:
------
------
 > exporting to GitHub Actions Cache:
------
ERROR: failed to solve: This legacy service is shutting down, effective April 15, 2025. Migrate to the new service ASAP. For more information: https://gh.io/gha-cache-sunset

This was vaguely attempting to follow https://docs.docker.com/build/ci/github-actions/cache/#github-cache, but I've run out of time for the next few days.

huonw avatar May 07 '25 23:05 huonw

Does https://github.com/docker/setup-docker-action need to be upgraded (redirected from https://github.com/crazy-max/ghaction-setup-docker so we should update the name in any event)?

tdyas avatar May 08 '25 00:05 tdyas

Addressed in https://github.com/pantsbuild/example-docker/pull/28

benjyw avatar Oct 04 '25 01:10 benjyw