ci: update to latest osbuild ci image

Needed to get `cryptsetup` package needed for testing the luks2
related stages and devices.
This commit is contained in:
Christian Kellner 2021-11-09 12:24:09 +00:00 committed by Tom Gundersen
parent bf655b9464
commit 04423e8a6a
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ jobs:
- name: "Regenerate Test Data"
uses: osbuild/containers/src/actions/privdocker@e4de123f43b95e99dfe8eed0bd5a1cd58db50715
with:
image: ghcr.io/osbuild/osbuild-ci:latest-202102191311
image: ghcr.io/osbuild/osbuild-ci:latest-202111091120
run: |
make test-data
git diff --exit-code -- ./test/data

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-202107281400
image: ghcr.io/osbuild/osbuild-ci:latest-202111091120
run: |
python3 -m pytest \
--pyargs "${{ matrix.test }}" \