Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 1737c4e

Browse files
authored
enable docker buildkit (#35)
1 parent c6b7fa9 commit 1737c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/evm-price-pusher-image-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: ecr_login
4141
- run: |
4242
cd pyth-evm-price-pusher
43-
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
43+
DOCKER_BUILDKIT=1 docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
4444
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
4545
env:
4646
ECR_REGISTRY: public.ecr.aws

0 commit comments

Comments
 (0)