Skip to content

Commit

Permalink
fix: kaniko build cache
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl committed Sep 4, 2024
1 parent 7b1c1fa commit 5afb663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/builder/image_builder/image_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ def _build_container_args(dockerfile_mount_path: str, image_tag: str) -> list[st
"--snapshotMode=redo",
"--push-retry=3",
"--cache-copy-layers",
"--cache-run-layers",
"--log-format=text",
f"--verbosity={('debug' if settings.LOG_LEVEL == 'DEBUG' else 'info')}",
]
Expand Down

0 comments on commit 5afb663

Please sign in to comment.