Skip to content

Commit

Permalink
Merge pull request #915 from svalinn/gonuke-patch-1
Browse files Browse the repository at this point in the history
Change source of images for testing
  • Loading branch information
bennibbelink authored Oct 21, 2023
2 parents 7337760 + 5857b67 commit 8b98988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b98988

Please sign in to comment.