Force OCI_EXE to docker in CI

We use docker to build images, we also want to use it when running the
images
This commit is contained in:
Mickaël Guérin 2023-01-30 15:46:00 +01:00
parent 787e0cbc41
commit 699a52c3e5

View File

@ -52,6 +52,8 @@ jobs:
name: ${{ matrix.arch_name.image }}
needs: base
runs-on: ubuntu-latest
env:
OCI_EXE: docker
strategy:
fail-fast: false
matrix: