From a36fde3c60e2af145189f3fbaaee545ffb133159 Mon Sep 17 00:00:00 2001 From: ajdunney <41337314+ajdunney@users.noreply.github.com> Date: Wed, 10 May 2023 17:17:14 +0100 Subject: [PATCH] Update aws.yml --- .github/workflows/aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 3c2af65..e5ad51e 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -73,7 +73,7 @@ jobs: # Build a docker container and # push it to ECR so that it can # be deployed to ECS. - docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG services/AUTOMATIC1111/ + DOCKER_BUILDKIT=1 docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG services/AUTOMATIC1111/ docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT