diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 0b860a2..ec47740 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -17,7 +17,9 @@ jobs: uses: "https://code.forgejo.org/actions/checkout@v4" - name: "Install Podman and Buildah" - run: "apk add podman buildah" + run: | + apk add podman buildah + sed -i "s/overlay/vfs/g" /etc/containers/storage.conf - name: "Build the container image" id: "build-image"