set isolation
All checks were successful
/ build (push) Successful in 1m33s

This commit is contained in:
Hornwitser 2025-05-17 21:46:54 +02:00
parent 59551fc830
commit 568ffa2c1a

View file

@ -36,5 +36,6 @@ jobs:
- -
name: Build and push name: Build and push
run: | run: |
export BUILDAH_ISOLATION=chroot
${{ github.workspace }}/builder.sh ${{ env.REGISTRY_IMAGE }} ${{ github.workspace }}/builder.sh ${{ env.REGISTRY_IMAGE }}
buildah push ${{ env.REGISTRY_IMAGE }} buildah push ${{ env.REGISTRY_IMAGE }}