-
Notifications
You must be signed in to change notification settings - Fork 12
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
add SET_CACHE_MOUNTS_ENV #39
Conversation
Works for me! |
Co-authored-by: idodod <[email protected]>
Co-authored-by: idodod <[email protected]>
Co-authored-by: idodod <[email protected]>
I noticed I'm no longer able to use Maybe I'm missing something? atomicdata-dev/atomic-server#805
|
Hi @joepio, given that |
@idelvall I can't get Even with Am I missing something?
logs: https://cloud.earthly.dev/builds/2227c1db-854b-4b3a-a3d0-ca012c0a9873 |
That argument is actually a regexp @joepio. |
Ah yes, thanks! One step further :) |
Adds
+SET_CACHE_MOUNTS_ENV
: that sets two entries in the environment with the code for the cache mounts.+COPY_OUTPUT
: to copy files from the the target mount cache to the image layersThis new approach gives more flexibility, for example to run within a
WITH DOCKER
clause:Example: