mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
build.sh: always pull latest image
[skip ci]
This commit is contained in:
parent
ebd3df2f8b
commit
d81696a6b8
@ -36,6 +36,8 @@ fi
|
||||
#IMAGE=commercialhaskell/stackage:$TAG
|
||||
IMAGE=ghcr.io/commercialhaskell/stackage/build:$TAG
|
||||
|
||||
docker pull $IMAGE
|
||||
|
||||
PANTRY_DIR=$ROOT/work/stack/pantry
|
||||
STACK_DIR=$ROOT/work/stack
|
||||
DOT_STACKAGE_DIR=$ROOT/work/dot-stackage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user