Files
docker-ubuntumirror/.drone.yml
sneak 3b4e6fdc38
All checks were successful
continuous-integration/drone/push Build is passing
revert .drone.yml
2020-02-15 12:16:12 -08:00

19 lines
374 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
network_mode: bridge
settings:
repo: sneak/ubuntumirror
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- ${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH/\//-}
- latest