From 0beacd4224213137fcf1b16620e7eb339558c8a2 Mon Sep 17 00:00:00 2001 From: Aram Peres <6775216+aramperes@users.noreply.github.com> Date: Sat, 23 Aug 2025 12:59:23 -0400 Subject: [PATCH] Build with vfs --- .forgejo/workflows/website.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/website.yaml b/.forgejo/workflows/website.yaml index 916e5e0..44b9ace 100644 --- a/.forgejo/workflows/website.yaml +++ b/.forgejo/workflows/website.yaml @@ -24,6 +24,7 @@ jobs: tags: ${{ steps.extract_tag.outputs.tag }} context: ./website containerfiles: ./website/docker/Dockerfile + extra-args: --storage-driver vfs - name: Push to Registry uses: https://github.com/redhat-actions/push-to-registry@v2 with: