Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Actions - use Github actions cache exporter for Docker images #7373

Merged
merged 1 commit into from Jun 1, 2022

Conversation

JanMikes
Copy link
Contributor

@JanMikes JanMikes commented Jun 1, 2022

Using local cache has some buggy behaviour with size and using github cache for docker images fixes it: docker/build-push-action#252

More about github cache: https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md#github-cache and https://github.com/moby/buildkit/tree/master#github-actions-cache-experimental

On my testing repo, there was like 40% performance boost local cache vs github cache: peon-dev/peon@dc9238f

@ondrejmirtes ondrejmirtes merged commit 88d3806 into phpstan:1.7.x Jun 1, 2022
@ondrejmirtes
Copy link
Member

Perfect, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants