Chroot...
Some checks failed
Build and push OCI image / build (push) Failing after 3m25s

This commit is contained in:
2025-08-19 17:25:56 +02:00
parent 73ae8fdec2
commit 9376209c92

View File

@@ -35,7 +35,7 @@ jobs:
- name: Build and tag
run: |-
buildah build --build-arg VERSION=$VERSION -t katenary -f ./oci/katenary/Containerfile .
buildah build --isolation=chroot --build-arg VERSION=$VERSION -t katenary -f ./oci/katenary/Containerfile .
buildah tag katenary $REGISTRY/${IMAGE_NAME,,}:$VERSION
buildah tag katenary $REGISTRY/${IMAGE_NAME,,}:latest