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