Update to the latest osbuild-ci container (with skopeo)
This commit is contained in:
parent
d878824696
commit
0c4b83e6e9
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"
|
- name: "Regenerate Test Data"
|
||||||
uses: osbuild/containers/src/actions/privdocker@e4de123f43b95e99dfe8eed0bd5a1cd58db50715
|
uses: osbuild/containers/src/actions/privdocker@e4de123f43b95e99dfe8eed0bd5a1cd58db50715
|
||||||
with:
|
with:
|
||||||
image: ghcr.io/osbuild/osbuild-ci:latest-202112091446
|
image: ghcr.io/osbuild/osbuild-ci:latest-202202021637
|
||||||
run: |
|
run: |
|
||||||
make test-data
|
make test-data
|
||||||
git diff --exit-code -- ./test/data
|
git diff --exit-code -- ./test/data
|
||||||
|
|
|
||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: "Run Tests"
|
- name: "Run Tests"
|
||||||
uses: osbuild/containers/src/actions/privdocker@e4de123f43b95e99dfe8eed0bd5a1cd58db50715
|
uses: osbuild/containers/src/actions/privdocker@e4de123f43b95e99dfe8eed0bd5a1cd58db50715
|
||||||
with:
|
with:
|
||||||
image: ghcr.io/osbuild/osbuild-ci:latest-202112091446
|
image: ghcr.io/osbuild/osbuild-ci:latest-202202021637
|
||||||
run: |
|
run: |
|
||||||
python3 -m pytest \
|
python3 -m pytest \
|
||||||
--pyargs "${{ matrix.test }}" \
|
--pyargs "${{ matrix.test }}" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue