chore: use cache-to & cache-from options with GHA mode#86
Conversation
|
@developer-guy So this seems to share the cache among releases. But how long is the cache saved on GitHub? Is it longer than our release cycle? |
|
|
@developer-guy Thanks. This is interesting and speeding up the build is of course something we want. However, our use case here is a little bit tricky because we create the release artifact here and we want a newly built artifact instead of reusing the old |
Unfortunately, not. Because here, we are using the feature provided by the Does that make sense? |
|
kindly ping @ktock |
Signed-off-by: Batuhan Apaydın <[email protected]>
|
|
||
| // Special target: https://github.com/docker/metadata-action#bake-definition | ||
| target "docker-metadata-action" {} | ||
| target "meta-helper" {} |
There was a problem hiding this comment.
I thought that this might be better for naming


Signed-off-by: Batuhan Apaydın [email protected]
use gha cache for speeding up the containerize process
https://github.com/developer-guy/buildg/actions/runs/3050865102


/cc @ktock