Use latest CI/CD container images

This commit is contained in:
Emmanuel Engelhart 2024-12-26 17:57:06 +01:00 committed by Kelson
parent ac1da081ea
commit e58ad888fe
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ jobs:
SSH_KEY: /tmp/id_rsa SSH_KEY: /tmp/id_rsa
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
container: container:
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2024-11-30" image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2025-01-05"
options: "--device /dev/fuse --privileged" options: "--device /dev/fuse --privileged"
steps: steps:
- name: Checkout code - name: Checkout code

View File

@ -118,7 +118,7 @@ jobs:
OS_NAME: ${{matrix.image_variant}} OS_NAME: ${{matrix.image_variant}}
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
container: container:
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2024-11-30" image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2025-01-05"
options: "--device /dev/fuse --privileged" options: "--device /dev/fuse --privileged"
steps: steps:
- name: Checkout code - name: Checkout code