Skip to content
Snippets Groups Projects
Commit bcdb3508 authored by Ryan Scott's avatar Ryan Scott
Browse files

Pin the Docker image version for .build as well

parent 18f35106
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ stages:
- deploy
variables:
# Commit of ghc/ci-images repository from which to pull Docker images
# Which nixos/nix Docker image tag to use
DOCKER_TAG: "2.3"
# Default GHC bindist
......@@ -78,7 +78,7 @@ build-8.10:
tags:
- x86_64-linux
image: nixos/nix
image: "nixos/nix:$DOCKER_TAG"
cache:
key: build-HEAD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment