From 632d99458ab138932533d1313626756cf4a3a637 Mon Sep 17 00:00:00 2001 From: Arnaud Delcasse Date: Fri, 22 Mar 2024 10:06:27 +0100 Subject: [PATCH] Try with Buildah --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 043edf5..f2ad757 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,7 @@ jobs: run: | apt-get update apt-get install -y buildah podman + export BUILDAH_ISOLATION=chroot - name: Buildah Action uses: redhat-actions/buildah-build@v2 @@ -31,7 +32,6 @@ jobs: build-args: | ACCESS_TOKEN_USR=ncaron ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d - BUILDAH_ISOLATION=chroot - name: Push To Registry id: push-to-registry