fix: write vfs storage config to system path for root podman
Some checks failed
ci / secrets (push) Successful in 6s
ci / test (push) Successful in 20s
ci / build (push) Failing after 29s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-22 07:35:25 +01:00
parent 251d99795b
commit b4cf4fc8ae

View File

@@ -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 }}" \