Skip to content

Commit

Permalink
No_cahe = True
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil110399 committed Feb 6, 2024
1 parent f561d0a commit e8b9074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def build(node: Node) -> Tuple[bool, str]:
dockerfile=node.dockerfile,
tag=node.image_name + ':' + node.image_tag,
buildargs=node.build_args,
nocache=False,
nocache=True,
decode=True,
rm=False,
cache_from=[node.full_image_name, node.stable_image_name]
Expand Down

0 comments on commit e8b9074

Please sign in to comment.