From ce747b8a0434a1a478e22c46be21c13d30e28657 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sun, 13 Apr 2025 20:02:47 +0200 Subject: [PATCH] Actualiser .gitea/workflows/build-push.yaml --- .gitea/workflows/build-push.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 40f06bc..7eb9bf0 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -50,7 +50,7 @@ jobs: echo "VERSION=$VERSION" >> $GITEA_ENV - - name: Set up Buildah + - name: Build image using buildah id: build-image uses: redhat-actions/buildah-build@v2 with: @@ -59,6 +59,9 @@ jobs: layers: true containerfiles: | ./Dockerfile + extra-args: --storage-driver vfs + env: + STORAGE_DRIVER: vfs - name: Canceled building if: cancelled()