Skip to content

Commit 389c552

Browse files
authored
Remove unneeded --no-cache option when calling podman (#516)
Signed-off-by: Caleb Xu <[email protected]>
1 parent 4236ad4 commit 389c552

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ test:
7070
# If IMAGE_TAG is not provided, use the COMMIT_ID
7171
.PHONY: build-image
7272
build-image:
73-
# TODO: Adding --no-cache option as a workaround to https://github.com/containers/buildah/issues/4632
74-
# This can be removed as soon as we can ensure that the ubuntu-latest runner image uses podman=>4.6.0
7573
$(IMAGE_BUILDER) build \
76-
--no-cache \
7774
--label quay.expires-after=$(QUAY_EXPIRE_AFTER) \
7875
-t $(IMAGE_REPO)/chart-verifier:$(IMAGE_TAG) .
7976

0 commit comments

Comments
 (0)