add tag pipeline
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Mauro Torrez 2019-09-12 00:13:07 -03:00
parent 30657261dd
commit 5b052bd7e3

View File

@ -12,3 +12,25 @@ steps:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password
---
kind: pipeline
name: tags
steps:
- name: docker
image: plugins/docker
settings:
repo: eumau/debian
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password
tags:
- ${DRONE_TAG}
build_args:
- DEBIAN_VERSION=${DRONE_TAG}
trigger:
event:
- tag