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
Cache export is only available for the docker-container driver. However, when we create a new builder instance with the docker-container driver, it doesn't seem like Docker Compose uses it:
- uses: docker/setup-buildx-action@v2id: buildxwith:
driver: docker-containerinstall: true# Make BuildKit aware of GitHub Actions.# https://github.com/moby/buildkit/tree/master#github-actions-cache-experimental
- uses: crazy-max/ghaction-github-runtime@v2
It looks like other folks have hit this in similar circumstances:
We shouldn't let this get in the way of CI setup since build times are < 2 minutes. However, we should reevaluate once there is progress on the pull request I mentioned because it'd be great to have an implementation of image layer caching on GitHub Actions, configured via Docker Compose.
The text was updated successfully, but these errors were encountered:
I've experimented with the following changes in the
docker-compose.ci.yml
file in an attempt to export image layers to the GitHub Actions cache:(https://github.com/moby/buildkit#github-actions-cache-experimental)
Cache export is only available for the
docker-container
driver. However, when we create a new builder instance with thedocker-container
driver, it doesn't seem like Docker Compose uses it:It looks like other folks have hit this in similar circumstances:
We shouldn't let this get in the way of CI setup since build times are < 2 minutes. However, we should reevaluate once there is progress on the pull request I mentioned because it'd be great to have an implementation of image layer caching on GitHub Actions, configured via Docker Compose.
The text was updated successfully, but these errors were encountered: