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()