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