From 67becbd06cea56c6e5a7d253b0ed7154393e6ed3 Mon Sep 17 00:00:00 2001 From: Aram Peres <6775216+aramperes@users.noreply.github.com> Date: Sat, 23 Aug 2025 13:02:24 -0400 Subject: [PATCH] Build with vfs --- .forgejo/workflows/website.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/website.yaml b/.forgejo/workflows/website.yaml index 77aac66..916e5e0 100644 --- a/.forgejo/workflows/website.yaml +++ b/.forgejo/workflows/website.yaml @@ -24,7 +24,6 @@ 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: @@ -33,4 +32,3 @@ jobs: registry: git.poire.dev username: ${{ env.FORGEJO_ACTOR }} password: ${{ secrets.PACKAGE_TOKEN }} - extra-args: --storage-driver vfs