drone-yaml/yaml/pretty/testdata/pipeline_image_pull_secrets.yml
2019-02-21 17:10:27 -08:00

12 lines
135 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: golang
commands:
- go build
image_pull_secrets:
- dockerhub