dockers/ci/builder.yml

15 lines
216 B
YAML
Raw Normal View History

2023-01-17 02:39:57 +00:00
# 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