Skip to content

Commit

Permalink
Use CI container image 2023-10-30
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Oct 30, 2023
1 parent 0f0f7c5 commit b743487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
SSH_KEY: /tmp/id_rsa
runs-on: ubuntu-22.04
container:
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:dev"
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2023-10-30"
options: "--device /dev/fuse --privileged"
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseNigthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
SSH_KEY: /tmp/id_rsa
runs-on: ubuntu-22.04
container:
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:38"
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2023-10-30"
options: "--device /dev/fuse --privileged"
steps:
- name: Checkout code
Expand Down

0 comments on commit b743487

Please sign in to comment.