From b4cf4fc8ae946dfa2e12c550da9bc7de685d1bb8 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 22 Feb 2026 07:35:25 +0100 Subject: [PATCH] fix: write vfs storage config to system path for root podman Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index def8bd3..c3af8eb 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -35,8 +35,7 @@ jobs: steps: - run: | dnf install -y git - mkdir -p ~/.config/containers - printf '[storage]\ndriver = "vfs"\n' > ~/.config/containers/storage.conf + printf '[storage]\ndriver = "vfs"\n' > /etc/containers/storage.conf - run: | git clone --depth 1 \ -c "http.extraHeader=Authorization: token ${{ github.token }}" \