2020-02-08 05:01:23 +00:00
|
|
|
kind: pipeline
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: docker
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
repo: sneak/ubuntumirror
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
tags:
|
|
|
|
- ${DRONE_COMMIT_SHA}
|
2020-02-15 17:39:38 +00:00
|
|
|
- ${DRONE_BRANCH/\//-}
|
2020-02-08 05:01:23 +00:00
|
|
|
|
2020-02-08 05:13:06 +00:00
|
|
|
|