mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
enable docker build kit (#1126)
This commit is contained in:
parent
92b36b09f5
commit
9c6002471b
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user