diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73925695aa8dad2be3a921f8412aadd2fa8e55c6..3e97094a788f57f626617079ff412f9cd73c29af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: fmt: runs-on: ubuntu-latest container: - image: "gitlab-registry.isae-supaero.fr/dragoon/komodo:latest" + image: "ghcr.io/dragoon-rs/dragoon/komodo:21b26efd988b2d8d7159d24cae37341135cfb1b9" if: "!contains(github.event.head_commit.message, 'draft:') && !contains(github.event.head_commit.message, 'no-ci:')" steps: - uses: actions/checkout@v3 @@ -17,7 +17,7 @@ jobs: test: runs-on: ubuntu-latest container: - image: "gitlab-registry.isae-supaero.fr/dragoon/komodo:latest" + image: "ghcr.io/dragoon-rs/dragoon/komodo:21b26efd988b2d8d7159d24cae37341135cfb1b9" needs: fmt if: "!contains(github.event.head_commit.message, 'draft:') && !contains(github.event.head_commit.message, 'no-ci:')" steps: