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:
parent
bf655b9464
commit
04423e8a6a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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 }}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue