Updating docker pipeline to trigger off of tags
This commit is contained in:
parent
86ab0fba86
commit
4576048878
22
.drone.yml
22
.drone.yml
@ -3,22 +3,26 @@ type: docker
|
||||
name: chessboard_builder
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- build_tools
|
||||
event:
|
||||
- push
|
||||
- custom
|
||||
- tag
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: git.pipsquire.com/djweber12/Chess_Board_Sim
|
||||
registry: git.pipsquire.com
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
registry: git.pipsquire.com
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_TAG//"builder-v"}
|
||||
when:
|
||||
ref:
|
||||
include:
|
||||
- ref/tags/builder-v*
|
||||
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user