diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 3e5e5dc..397e557 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -7,7 +7,7 @@ jobs: container: image: quay.io/fedora/fedora-minimal:41 steps: - - run: dnf5 install -y nodejs tar xz git buildah podman skopeo just sqlite + - run: dnf5 install -y nodejs tar xz git buildah podman skopeo just - uses: https://code.forgejo.org/actions/checkout@v4 - name: build image run: just build "--storage-driver=vfs"