workflow: Use new container ghcr.io/osbuild/osbuild-ci:latest-202404161303

This commit is contained in:
Brian C. Lane 2024-04-19 14:08:45 -07:00 committed by Simon de Vlieger
parent 3ae8f25f55
commit 970b9409b7

View file

@ -30,7 +30,7 @@ jobs:
- name: "Run"
uses: osbuild/containers/src/actions/privdocker@552e30cf1b4ed19c6ddaa57f96c342b3dff4227b
with:
image: ghcr.io/osbuild/osbuild-ci:latest-202308241910
image: ghcr.io/osbuild/osbuild-ci:latest-202404161303
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-202308241910
image: ghcr.io/osbuild/osbuild-ci:latest-202404161303
run: |
OSBUILD_TEST_STORE="${{ env.OSBUILD_TEST_STORE }}" \
tox -e "py36" -- ${{ env.TEST_WORKERS }} test.run.test_assemblers