15 lines
216 B
YAML
15 lines
216 B
YAML
# This template is for the main builder jobs to inherit generic properties from
|
|
|
|
stages:
|
|
- publish
|
|
|
|
.builder:
|
|
image: docker:stable
|
|
stage: publish
|
|
services:
|
|
- docker:dind
|
|
only:
|
|
refs:
|
|
- master
|
|
|