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] Minor changes to make buildx cache work in tests for install R from source #410

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

eitsupi
Copy link
Member

@eitsupi eitsupi commented Apr 11, 2022

I made a mistake in the syntax, so I'll fix it.

The correct syntax is one of the following:

docker buildx build --cache-from=user/app .
docker buildx build --cache-from=type=registry,ref=user/app .

https://github.com/docker/buildx/blob/b8bcf1d810c754a696496d6ad05e34b699ad8af0/docs/reference/buildx_build.md#cache-from

@eitsupi eitsupi merged commit bf38266 into rocker-org:master Apr 11, 2022
@eitsupi eitsupi deleted the ci/fix-build-cache branch April 11, 2022 13:30
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