diff --git a/recipes/common/Makefile.common b/recipes/common/Makefile.common index 09e2dfc2..8c81937b 100644 --- a/recipes/common/Makefile.common +++ b/recipes/common/Makefile.common @@ -88,7 +88,7 @@ bootc-image-builder: bootc --privileged \ --pull newer \ -v /etc/containers/policy.json:/etc/containers/policy.json \ - -v .:/output \ + -v ./build:/output \ -v ./build/store:/store \ $(BOOTC_IMAGE_BUILDER) \ $${ARCH:+--target-arch $${ARCH}} \