feta/.drone.yml
sneak 4f654a9423
Some checks reported errors
continuous-integration/drone/push Build was killed
enable auto_tag for droneenable auto_tag for drone
2020-02-05 00:36:08 -08:00

17 lines
288 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: sneak/feta
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}