ci: use new ci image that includes lvm2

Use a new CI container that now includes lvm2[1].

[1] https://github.com/osbuild/containers/pull/20
This commit is contained in:
Christian Kellner 2021-07-28 14:09:38 +00:00 committed by Tom Gundersen
parent 36a5f9263a
commit 5ba1807837

View file

@ -26,7 +26,7 @@ jobs:
- name: "Run Tests"
uses: osbuild/containers/src/actions/privdocker@e4de123f43b95e99dfe8eed0bd5a1cd58db50715
with:
image: ghcr.io/osbuild/osbuild-ci:latest-202106231345
image: ghcr.io/osbuild/osbuild-ci:latest-202107281400
run: |
python3 -m pytest \
--pyargs "${{ matrix.test }}" \