Enable buildkit

pull/1775/head
Nikhil Parasaram 1 year ago committed by GitHub
parent f972a6da40
commit bea0423eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docker_build_and_deploy.sh

@ -17,6 +17,7 @@ else
GIT_VERSION=${CIRCLE_SHA1}
fi
export DOCKER_BUILDKIT=1
docker buildx create --use
# Build and test all versions of the image. (The result will stay in the cache,

Loading…
Cancel
Save