-
Notifications
You must be signed in to change notification settings - Fork 70
Add cacheTo
argument to ci
action
#299
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
Comments
…ake it independant of `noCache`
I tried to use the current main branch in my workflow and get the following error:
I guess this is because the build tags contain the generated JavaScript files, while the commit does not. However, looking at the last builds here, they also fail, even before this feature got introduced. |
Just for reference on how to set up prebuilt images for dev containers with GitHub Actions: |
When building a devcontainer image using the
ci
action, I want to be able to generate a cache image, so that this can be used by other developers for faster devcontainer build times.The text was updated successfully, but these errors were encountered: