diff --git a/.circleci/config.yml b/.circleci/config.yml index beefea972f..2c5d3728fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,7 @@ jobs: encoding-cpu: <<: *common_linux docker: - - image: ghcr.io/claudioandre-br/john-ci:fedora.latest + - image: ghcr.io/openwall/john-ci:fedora.latest environment: OMP_NUM_THREADS: 2 ENCODING_TEST: "cpu" @@ -59,7 +59,7 @@ jobs: asan: <<: *common_linux docker: - - image: ghcr.io/claudioandre-br/john-ci:fedora.latest + - image: ghcr.io/openwall/john-ci:fedora.latest environment: OMP_NUM_THREADS: 2 ASAN_TEST: "yes" @@ -68,7 +68,7 @@ jobs: test-full: <<: *common_linux docker: - - image: ghcr.io/claudioandre-br/john-ci:fedora.latest + - image: ghcr.io/openwall/john-ci:fedora.latest environment: ASAN_TEST: "yes" FULL_TEST: "yes" @@ -77,7 +77,7 @@ jobs: fast-formats-omp: <<: *common_linux docker: - - image: ghcr.io/claudioandre-br/john-ci:fedora.latest + - image: ghcr.io/openwall/john-ci:fedora.latest environment: OMP_NUM_THREADS: 2 ASAN_TEST: "yes" @@ -87,7 +87,7 @@ jobs: fast-formats-omp-x-non-SIMD: <<: *common_linux docker: - - image: ghcr.io/claudioandre-br/john-ci:fedora.latest + - image: ghcr.io/openwall/john-ci:fedora.latest environment: OMP_NUM_THREADS: 2 ASAN_TEST: "yes"