Skip to content

Commit

Permalink
enable docker build kit (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
nddeluca authored Jan 8, 2022
1 parent 92b36b0 commit 9c60024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9c60024

Please sign in to comment.