From 678d1cef20839f93e4a3000f81e6a7f4a2658c53 Mon Sep 17 00:00:00 2001 From: Arnaud Delcasse Date: Fri, 22 Mar 2024 08:47:28 +0100 Subject: [PATCH] Try with Buildah --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28159e2..b0c8fae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,11 @@ jobs: uses: actions/checkout@v4 # BUILDAH + - name: Install Docker + run: | + apt-get update + apt-get install -y buildah podman + - name: Buildah Action uses: redhat-actions/buildah-build@v2 id: build-image