fix: write vfs storage config to system path for root podman
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -35,8 +35,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
dnf install -y git
|
dnf install -y git
|
||||||
mkdir -p ~/.config/containers
|
printf '[storage]\ndriver = "vfs"\n' > /etc/containers/storage.conf
|
||||||
printf '[storage]\ndriver = "vfs"\n' > ~/.config/containers/storage.conf
|
|
||||||
- run: |
|
- run: |
|
||||||
git clone --depth 1 \
|
git clone --depth 1 \
|
||||||
-c "http.extraHeader=Authorization: token ${{ github.token }}" \
|
-c "http.extraHeader=Authorization: token ${{ github.token }}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user