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

ci: cache docker buildx job #300

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kskarthik
Copy link
Contributor

The current buildx job is taking 60 minutes. This is due to lack of caching. This commit tries to enable caching as defined in https://docs.docker.com/build/ci/github-actions/cache/

@kskarthik kskarthik changed the title ci: cache buildx job [Draft] ci: cache buildx job Jan 1, 2025
@kskarthik
Copy link
Contributor Author

Right now, I have set to use the docker registry cache https://docs.docker.com/build/ci/github-actions/cache/#registry-cache

Also disabled a docker build step which only runs on PR. Unless, I am sure the caching on this step works, I will not re-enable it.

@mattwparas this is ready to merge.

@kskarthik kskarthik changed the title [Draft] ci: cache buildx job ci: cache docker buildx job Jan 1, 2025
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.

1 participant