Commit d37240c8 authored by nimrod's avatar nimrod
Browse files

Really disable BuildKit this time, I think.

parent 0f8bb850
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ compose-build:
  tags: [ns4.shore.co.il]
  timeout: 5h
  variables:
    COMPOSE_DOCKER_CLI_BUILD: ""
    DOCKER_BUILDKIT: ""
    COMPOSE_DOCKER_CLI_BUILD: "0"
    DOCKER_BUILDKIT: "0"

push:
  extends: .compose-push