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

Cache management and one-at-a-time builds in CI #164

Merged
merged 4 commits into from
Nov 10, 2021
Merged

Conversation

mdegat01
Copy link
Owner

@mdegat01 mdegat01 commented Nov 10, 2021

Appears there is an issue where the build cache grows unbounded until it hits Github's limit (docker/build-push-action#252, moby/buildkit#1896). Clear the cache after builds to prevent this. Additionally add turnstyle action to prevent multiple builds going at once in deploy.

Appears there is an issue where the build cache grows unbounded until it hits Github's limit (docker/build-push-action#252, moby/buildkit#1896). Clear the cache after builds to prevent this
@mdegat01 mdegat01 added the ci Work that improves the continue integration. label Nov 10, 2021
@mdegat01 mdegat01 changed the title Clear build cache during CI Cache management and one-at-a-time builds in CI Nov 10, 2021
@mdegat01 mdegat01 merged commit 50cf748 into main Nov 10, 2021
@mdegat01 mdegat01 deleted the ci-clear-build-cache branch November 10, 2021 19:09
@github-actions github-actions bot locked and limited conversation to collaborators Nov 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ci Work that improves the continue integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant