Skip to content

Commit

Permalink
--cache-from is no longer a noop
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 15, 2023
1 parent ffcaf39 commit d59acfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion repo2podman/podman.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ def build(
for k, v in bargs.items():
cmdargs.extend(["--build-arg", "{}={}".format(k, v)])

# podman --cache-from is a NOOP
if cache_from:
cmdargs.extend(["--cache-from", ",".join(cache_from)])

Expand Down

0 comments on commit d59acfe

Please sign in to comment.