Failed to enable caching for build container #274
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sorry i didn't know where exactly i should create this issue in. it's actually more related to Gitea than Flotilla. The current flotilla container image is 556MB so i decided to working on optimizing on . the result is my fork
the problem is wanted to enable build layer caching so building process will skip some already done sections and use cache from previous build, so i tried adding
cache-from: type=ghaandcache-to: type=gha,mode=maxtodocker/build-push-actionbut seems it doesn't work in Gitea. maybe it is supported but current Gitea settings are wrong, i don't know. even if it's not supported, i think we can combine Gitea Action Cache and dockerlocalcache backend to acheived that.for now i remove
cache-fromandcache-tofrom my fork(and PR it) so this can be decided later :)