ci: update osbuild-ci containers image with pacman

This commit is contained in:
Jelle van der Waa 2021-12-09 16:05:18 +01:00 committed by Achilleas Koutsou
parent 646dd238fe
commit a60af1e205
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-202111091120
image: ghcr.io/osbuild/osbuild-ci:latest-202112091446
run: |
make test-data
git diff --exit-code -- ./test/data

View file

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