ci: enable Kaniko layer caching #652
Reference in New Issue
Block a user
Delete Branch "fix/kaniko-cache"
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?
Adds --cache=true and --cache-repo to all 3 Kaniko docker build steps. Each app gets its own cache repo in the Gitea registry. Eliminates rebuilding unchanged layers on every CI run.