enable docker build kit (#1126)

This commit is contained in:
Nick DeLuca 2022-01-07 18:41:56 -07:00 committed by GitHub
parent 92b36b09f5
commit 9c6002471b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ jobs:
version: 20.10.11
- run:
name: Build Docker image
command: docker build -t $IMAGE_NAME:$CIRCLE_BRANCH .
command: DOCKER_BUILDKIT=1 docker build -t $IMAGE_NAME:$CIRCLE_BRANCH .
- run:
name: Publish Docker Image to Docker Hub
command: |