[WIP] Use the docker image of our branch.

This commit is contained in:
Matthieu Gautier 2023-04-05 15:23:08 +02:00 committed by Kelson
parent c9e9c5c070
commit 0919f4d3dd
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
SSH_KEY: /tmp/id_rsa
runs-on: ubuntu-latest
container:
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:36"
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:dev"
options: "--device /dev/fuse --privileged"
steps:
- name: Checkout code