diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4524f869ada..43eceee724b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-18.04 needs: validate-8_8_4 container: - image: phadej/ghc:9.2.1-bionic + image: _/haskell:9.2.1 steps: - name: System info run: | @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-18.04 needs: validate-8_8_4 container: - image: phadej/ghc:9.0.2-bionic + image: _/haskell:9.0.2 steps: - name: System info run: | @@ -120,7 +120,7 @@ jobs: runs-on: ubuntu-18.04 needs: validate-8_8_4 container: - image: phadej/ghc:8.10.7-bionic + image: _/haskell:8.10.7 steps: - name: System info run: | @@ -169,7 +169,7 @@ jobs: name: validate.sh ghc-8.8.4 runs-on: ubuntu-18.04 container: - image: phadej/ghc:8.8.4-bionic + image: _/haskell:8.8.4 steps: - name: System info run: | @@ -219,7 +219,7 @@ jobs: runs-on: ubuntu-18.04 needs: validate-8_8_4 container: - image: phadej/ghc:8.6.5-bionic + image: _/haskell:8.6.5 steps: - name: System info run: | @@ -269,7 +269,7 @@ jobs: runs-on: ubuntu-18.04 needs: validate-8_8_4 container: - image: phadej/ghc:8.4.4-bionic + image: _/haskell:8.4.4 steps: - name: System info run: | @@ -319,7 +319,7 @@ jobs: runs-on: ubuntu-18.04 needs: validate-8_8_4 container: - image: phadej/ghc:8.2.2-bionic + image: _/haskell:8.2.2 steps: - name: System info run: | @@ -369,7 +369,7 @@ jobs: runs-on: ubuntu-18.04 needs: validate-8_8_4 container: - image: phadej/ghc:8.0.2-bionic + image: _/haskell:8.0.2 steps: - name: System info run: | @@ -411,7 +411,7 @@ jobs: runs-on: ubuntu-18.04 needs: validate-8_8_4 container: - image: phadej/ghc:7.10.3-bionic + image: _/haskell:7.10.3 steps: - name: System info run: | @@ -453,7 +453,7 @@ jobs: runs-on: ubuntu-18.04 needs: validate-8_8_4 container: - image: phadej/ghc:7.8.4-bionic + image: _/haskell:7.8.4 steps: - name: System info run: | @@ -495,7 +495,7 @@ jobs: runs-on: ubuntu-18.04 needs: validate-8_8_4 container: - image: phadej/ghc:7.6.3-xenial + image: _/haskell:7.6.3 steps: - name: System info run: | @@ -541,7 +541,7 @@ jobs: runs-on: ubuntu-18.04 needs: validate-8_8_4 container: - image: phadej/ghc:8.8.4-xenial + image: _/haskell:8.8.4 steps: - name: System info run: | diff --git a/templates/ci-linux.template.yml b/templates/ci-linux.template.yml index 63ea43da6d0..ed9c598db70 100644 --- a/templates/ci-linux.template.yml +++ b/templates/ci-linux.template.yml @@ -23,7 +23,7 @@ jobs: needs: validate-{{ mangleVersion needs }} {% endfor %} container: - image: phadej/ghc:{{job.version}}-{% if job.xenial %}xenial{% else %}bionic{% endif %} + image: _/haskell:{{job.version}} steps: - name: System info run: |