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

Specify scope for GitHub Action Caching #6

Merged
merged 1 commit into from
May 16, 2024
Merged

Specify scope for GitHub Action Caching #6

merged 1 commit into from
May 16, 2024

Conversation

TimWolla
Copy link
Collaborator

Without the scope the caches for all images will be intermingled, preventing cache hits for the PHP images.

see https://docs.docker.com/build/cache/backends/gha/#scope

Without the `scope` the caches for all images will be intermingled, preventing
cache hits for the PHP images.

see https://docs.docker.com/build/cache/backends/gha/#scope
@TimWolla TimWolla merged commit e36636a into main May 16, 2024
3 checks passed
@TimWolla TimWolla deleted the cache-scope branch May 16, 2024 15:37
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