mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
build.sh: use the new build image on docker.pkg.github.com
This commit is contained in:
parent
cbf8070e3a
commit
c7984e5f55
@ -19,7 +19,7 @@ else
|
||||
WORKDIR=$ROOT/work/$TAG
|
||||
fi
|
||||
|
||||
IMAGE=commercialhaskell/stackage:$TAG
|
||||
IMAGE=docker.pkg.github.com/commercialhaskell/stackage/build:$TAG
|
||||
|
||||
PANTRY_DIR=$ROOT/work/stack/pantry
|
||||
STACK_DIR=$ROOT/work/stack
|
||||
|
||||
Loading…
Reference in New Issue
Block a user