We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4236ad4 commit 389c552Copy full SHA for 389c552
Makefile
@@ -70,10 +70,7 @@ test:
70
# If IMAGE_TAG is not provided, use the COMMIT_ID
71
.PHONY: build-image
72
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
75
$(IMAGE_BUILDER) build \
76
- --no-cache \
77
--label quay.expires-after=$(QUAY_EXPIRE_AFTER) \
78
-t $(IMAGE_REPO)/chart-verifier:$(IMAGE_TAG) .
79
0 commit comments