feta/.drone.yml

14 lines
209 B
YAML
Raw Normal View History

2020-02-05 07:59:05 +00:00
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: sneak/feta
dry_run: true
#auto_tag: true
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}