ScribeMD / docker-cache

Cache Docker Images Whether Built or Pulled
MIT License
98 stars 27 forks source link

Add cache-from and cache-to options #820

Closed Xpl0itU closed 6 months ago

Xpl0itU commented 6 months ago

I have a workflow that gets triggered whenever I create a tag, however, the created cache only works for that tag, and not other tags or any other run at all, see this SO post for what I mean: https://stackoverflow.com/questions/74113734/share-gha-docker-cache-among-branches

Kurt-von-Laven commented 6 months ago

What you are describing is the intentional design decision of caching in GitHub Actions.