diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-24 12:39:52 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-04-24 12:41:52 -0400 |
commit | 68f41367f4e946151d2c6f778c3704fb8f10451a (patch) | |
tree | 89417f4e59f3b6dcc2f81479b2c663d3c291b371 | |
parent | 2b536b0b3dff17ddd97dfd24617876879d5db67c (diff) | |
download | haskell-68f41367f4e946151d2c6f778c3704fb8f10451a.tar.gz |
gitlab-ci: Fix CI image names
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36906f8dfe..6e58071473 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -671,7 +671,8 @@ source-tarball: stage: packaging tags: - x86_64-linux - image: ghcci/x86_64-linux-deb9:0.2 + image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV" + dependencies: [] only: - tags artifacts: @@ -700,7 +701,7 @@ source-tarball: .hackage: <<: *only-default stage: hackage - image: ghcci/x86_64-linux-deb9:0.2 + image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV" tags: - x86_64-linux dependencies: [] |