From 0919f4d3dd8acdbae57988c1ead7f955fd1e9494 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 5 Apr 2023 15:23:08 +0200 Subject: [PATCH] [WIP] Use the docker image of our branch. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a60f47f..db94518 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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