diff --git a/.github/workflows/linux_build_test.yml b/.github/workflows/linux_build_test.yml index e17b2b36c..5e8bbc30d 100644 --- a/.github/workflows/linux_build_test.yml +++ b/.github/workflows/linux_build_test.yml @@ -58,7 +58,7 @@ jobs: ] container: - image: ghcr.io/${{ github.repository_owner }}/dagmc-ci-ubuntu-${{ matrix.ubuntu_versions }}-${{ matrix.compiler}}-geant4_${{ matrix.geant_version }}-hdf5_${{ matrix.hdf5_versions}}-moab_${{ matrix.moab_versions }}/moab:latest + image: ghcr.io/svalinn/dagmc-ci-ubuntu-${{ matrix.ubuntu_versions }}-${{ matrix.compiler}}-geant4_${{ matrix.geant_version }}-hdf5_${{ matrix.hdf5_versions}}-moab_${{ matrix.moab_versions }}/moab:latest steps: - name: Checkout repository diff --git a/doc/CHANGELOG.rst b/doc/CHANGELOG.rst index 46b49d1fe..4879bcf4c 100644 --- a/doc/CHANGELOG.rst +++ b/doc/CHANGELOG.rst @@ -21,7 +21,7 @@ Next version * Removed unused Circle CI yml (#859) * Added configuration options to CMake configuration file (#867) * Introduced logger to better manage console output (#876) - * Streamline CI to take advantage of better docker image management (#880, #896) + * Streamline CI to take advantage of better docker image management (#880, #896, #915) * Move more CI from scripts to actions (#895) * Develop advisory tests on merge for MOAB, double-down and Geant4 (#870, #898, #899, #904) * Adding flags to CI to ensure compatibility with MOOSE apps (#902)