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-from: type=gha | use the native Docker's official build-push-action now supports GitHub Cache API where caches are saved to GitHub Actions cache directly
#69
Open
MaxPeal opened this issue
Feb 1, 2022
· 0 comments
https://dev.to/dtinth/caching-docker-builds-in-github-actions-which-approach-is-the-fastest-a-research-18ei
Warning: This article has not been updated since its publication in April 2020. The approaches outlined here are probably out-of-date. Here are more updated takes on this issue:
2021-07-29 Docker's official build-push-action now supports GitHub Cache API where caches are saved to GitHub Actions cache directly, skipping the local filesystem-based cache.
2021-03-21 Andy Barnov, Kirill Kuznetsov. “Build images on GitHub Actions with Docker layer caching”, Evil Martians.
The text was updated successfully, but these errors were encountered:
can switch we use the Docker's official build-push-action? as now supports GitHub Cache API where caches are saved to GitHub Actions cache directly.
https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md#cache-backend-api
The text was updated successfully, but these errors were encountered: