maybe use dind

This commit is contained in:
Blair Vanderlugt 2021-08-05 16:59:16 -07:00
parent 15da00b902
commit 2e5fe30e8a
1 changed files with 8 additions and 1 deletions

View File

@ -17,12 +17,19 @@ stages:
- build
- deploy
variables:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
services:
- docker:stable-dind
build-prod:
tags:
- integration
stage: build
script:
- DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1 docker-compose build
- docker-compose build
only:
- bvander/integration-tests-on-docker