diff --git a/.github/workflows/production-suite.yml b/.github/workflows/production-suite.yml index f2795205a7..2ef873e155 100644 --- a/.github/workflows/production-suite.yml +++ b/.github/workflows/production-suite.yml @@ -142,7 +142,9 @@ jobs: install-command: /tmp/production-install name: ${{ matrix.name }} - container: ${{ matrix.docker_image }} + container: + image: ${{ matrix.docker_image }} + options: --init runs-on: ubuntu-latest needs: production_build @@ -228,7 +230,9 @@ jobs: os: buster name: ${{ matrix.name }} - container: ${{ matrix.docker_image }} + container: + image: ${{ matrix.docker_image }} + options: --init runs-on: ubuntu-latest needs: production_build