diff --git a/templates/build-container.tpl.yml b/templates/build-container.tpl.yml index ffad142..c00ddfa 100644 --- a/templates/build-container.tpl.yml +++ b/templates/build-container.tpl.yml @@ -1,3 +1,6 @@ +stages: + - build + build-container: image: docker:19.03.12 variables: @@ -6,7 +9,7 @@ build-container: DOCKER_HOST: tcp://docker:2375 services: - docker:19.03.12-dind - stage: package + stage: build script: - ./scripts/docker-login.sh - ./scripts/docker-build.sh