dockers/ci/builder.yml
shockrah 277f313a6c
Some checks failed
Build Hugo Image / build-hugo-image (push) Failing after 2s
Simple Docker Hello World Test / hello-world (push) Successful in 7s
Finding files
2024-08-27 18:07:20 -07:00

18 lines
341 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
# Login to the docker registry to push
before_script:
- docker login -u $DOCKER_USERNAME --password-stdin <<< $TOKEN