From 4ccd2e664dabe86f6b377587e3664154837fbf42 Mon Sep 17 00:00:00 2001 From: Rohan Sircar <47449547+rohan-sircar@users.noreply.github.com> Date: Sat, 24 Apr 2021 22:54:12 +0530 Subject: [PATCH] fix ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e872110..3123ebc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,6 +157,7 @@ jobs: args: --release - name: Build Image run: docker build -f ci.Dockerfile -t rohansircar/actix-demo:latest . - env: DOCKER_BUILDKIT=1 + env: + DOCKER_BUILDKIT: 1 - name: Publish Image run: docker push rohansircar/actix-demo:latest