Ensure use of BuildKit
This commit is contained in:
parent
487c68037b
commit
d98ab0239e
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ set -xe
|
|||
cd "$(dirname "$0")"
|
||||
source util/vars.sh
|
||||
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
||||
docker build --tag "$BASE_IMAGE" images/base
|
||||
docker build --build-arg GH_REPO="$REPO" --tag "$TARGET_IMAGE" "images/base-${TARGET}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue