diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index a0d4d8d..def8bd3 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -31,11 +31,12 @@ jobs: build: needs: [test, secrets] runs-on: linux - container: - image: quay.io/podman/stable - options: --privileged + container: quay.io/podman/stable steps: - - run: dnf install -y git + - run: | + dnf install -y git + mkdir -p ~/.config/containers + printf '[storage]\ndriver = "vfs"\n' > ~/.config/containers/storage.conf - run: | git clone --depth 1 \ -c "http.extraHeader=Authorization: token ${{ github.token }}" \