Use new Docker images for kiwix-build CI
This commit is contained in:
parent
fb9ca9ec89
commit
534dee9c94
|
@ -38,7 +38,7 @@ jobs:
|
||||||
SSH_KEY: /tmp/id_rsa
|
SSH_KEY: /tmp/id_rsa
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: "kiwix/kiwix-build_ci:${{matrix.image_variant}}-32"
|
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:dev"
|
||||||
options: "--device /dev/fuse --privileged"
|
options: "--device /dev/fuse --privileged"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
Loading…
Reference in New Issue