--- include: - project: shore/ci-stuff file: templates/pre-commit.yml - project: shore/ci-stuff file: templates/docker.yml build: extends: .compose-build tags: &tags [host01.shore.co.il] variables: DOCKER_BUILDKIT: "" COMPOSE_DOCKER_CLI_BUILD: "" pull: extends: .compose-pull tags: *tags run: extends: .compose-run tags: *tags