Skip to content

Commit

Permalink
Change image container in the CI.
Browse files Browse the repository at this point in the history
Last change in main now create the docker ci image in `ghcr.io`.
As the repository in docker hub has been removed, we need to update here.
  • Loading branch information
mgautierfr committed Mar 22, 2023
1 parent 69cff2e commit 4d82d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
HOME: /home/runner
runs-on: ubuntu-latest
container:
image: "kiwix/kiwix-build_ci:${{matrix.image_variant}}-32"
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:36"
steps:
- name: Checkout code
shell: python
Expand Down

0 comments on commit 4d82d6d

Please sign in to comment.