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

DM-41857: Add cache-from and cache-to inputs #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jonathansick
Copy link
Member

The default values for these inputs remain consistent with the previous
hard-coded values:

cache-from: type=gha
cache-to: type=gha,mode=max

The reason to change these inputs would be to customize the caching
behaviour. For example, set to local to prevent the docker image from
being cached altogether.

The default values for these inputs remain consistent with the previous
hard-coded values:

```
cache-from: type=gha
cache-to: type=gha,mode=max
```

The reason to change these inputs would be to customize the caching
behaviour. For example, set to `local` to prevent the docker image from
being cached altogether.
lsst-sqre permits GitHub Actions to write to packages by default, but
other organizations need this to be explicitly set.
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