Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
AnttiRae committed Mar 1, 2024
1 parent 4e73594 commit 540bdea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kolga/libs/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,9 @@ def build_stage(
if not disable_cache:
cache_to = self.create_cache_tag(postfix=stage)
logger.info(title=f"\t ℹ️ Cache to: {cache_to}")
build_command.append(f"--cache-to=type=registry,ref={cache_to},mode=max,oci-mediatypes=true,image-manifest=true")
build_command.append(
f"--cache-to=type=registry,ref={cache_to},mode=max,oci-mediatypes=true,image-manifest=true"
)

for cache_tag in self.get_cache_tags():
logger.info(title=f"\t ℹ️ Cache from: {cache_tag}")
Expand Down

0 comments on commit 540bdea

Please sign in to comment.