Skip to content

Commit

Permalink
dropme: CI use "unofficial" container images
Browse files Browse the repository at this point in the history
  • Loading branch information
skosukhin committed Sep 29, 2023
1 parent 63b4198 commit 19a348b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/containerized-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
fcflags: -Mallocatable=03 -Mstandard -Mbounds -Mchkptr -Kieee -Mchkstk
# Set container images:
- fortran-compiler: ifort
image: ghcr.io/earth-system-radiation/rte-rrtmgp-ci:ifort
image: skosukhin/rte-rrtmgp-ci:ifort
- fortran-compiler: ifx
image: ghcr.io/earth-system-radiation/rte-rrtmgp-ci:ifort
image: skosukhin/rte-rrtmgp-ci:ifort
- fortran-compiler: nvfortran
image: ghcr.io/earth-system-radiation/rte-rrtmgp-ci:nvfortran
image: skosukhin/rte-rrtmgp-ci:nvfortran
container:
image: ${{ matrix.image }}
env:
Expand Down

0 comments on commit 19a348b

Please sign in to comment.