mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
initial commit
This commit is contained in:
parent
3c2310be91
commit
d4b6f78554
12 changed files with 206 additions and 0 deletions
14
templates/build-container.tpl.yml
Normal file
14
templates/build-container.tpl.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
build-container:
|
||||
image: docker:19.03.12
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
services:
|
||||
- docker:19.03.12-dind
|
||||
stage: package
|
||||
script:
|
||||
- ./scripts/docker-login.sh
|
||||
- ./scripts/docker-build.sh
|
||||
only:
|
||||
- main
|
||||
Loading…
Add table
Add a link
Reference in a new issue