mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
Update file build-container.tpl.yml
This commit is contained in:
parent
436cfa4342
commit
6d9ee772f1
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue