Merge pull request #607 from kiwix/update-ci-base-container-images

Bump-up CI container images for r36
This commit is contained in:
Kelson 2023-03-16 13:52:33 +01:00 committed by GitHub
commit 1024360598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ jobs:
HOME: /home/runner
runs-on: ubuntu-latest
container:
image: "kiwix/kiwix-build_ci:${{matrix.image_variant}}-31"
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:36"
steps:
- name: Extract branch name
shell: bash