ci: optimize kaniko build with --snapshot-mode=redo to prevent OOM
This commit is contained in:
parent
fd931f1cfc
commit
49945abbea
|
|
@ -35,6 +35,8 @@ jobs:
|
|||
--destination=frankchine/geocrop-${{ matrix.component }}:${{ gitea.sha }}
|
||||
--destination=frankchine/geocrop-${{ matrix.component }}:latest
|
||||
--cache=true
|
||||
--snapshot-mode=redo
|
||||
--use-new-run
|
||||
env:
|
||||
DOCKER_CONFIG: ${{ gitea.workspace }}/.docker
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue