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