workflow: bump osbiuld-ci container to include podman, et al.

This will include the latest osbuild-ci container changes from
https://github.com/osbuild/containers/pull/73

This includes a bunch of binaries that were missing and lead
to skpped tests.
This commit is contained in:
Michael Vogt 2024-04-25 22:10:26 +02:00 committed by Ondřej Budai
parent 107593a1fd
commit ed0239c808

View file

@ -30,7 +30,7 @@ jobs:
- name: "Run"
uses: osbuild/containers/src/actions/privdocker@552e30cf1b4ed19c6ddaa57f96c342b3dff4227b
with:
image: ghcr.io/osbuild/osbuild-ci:latest-202404161303
image: ghcr.io/osbuild/osbuild-ci:latest-202404252004
run: |
# Hacky replacement of container storage driver:
# The default overlayfs doesn't work in the runner, so let's change
@ -60,7 +60,7 @@ jobs:
# Using 4 workers is a bit arbitrary, "auto" is probably too aggressive.
TEST_WORKERS: "-n 4"
with:
image: ghcr.io/osbuild/osbuild-ci:latest-202404161303
image: ghcr.io/osbuild/osbuild-ci:latest-202404252004
run: |
OSBUILD_TEST_STORE="${{ env.OSBUILD_TEST_STORE }}" \
tox -e "py36" -- ${{ env.TEST_WORKERS }} test.run.test_assemblers