Attempt to build on tag only
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cab47c4f1d
commit
7acde7c034
1 changed files with 6 additions and 3 deletions
|
@ -13,8 +13,9 @@ trigger:
|
|||
branch:
|
||||
exclude: master
|
||||
event: push
|
||||
|
||||
---
|
||||
name: build
|
||||
name: deploy
|
||||
kind: pipeline
|
||||
|
||||
steps:
|
||||
|
@ -30,6 +31,8 @@ steps:
|
|||
pull_image: true
|
||||
registry: docker.atomaka.com
|
||||
repo: docker.atomaka.com/atomaka.com
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_TAG}
|
||||
trigger:
|
||||
branch: master
|
||||
event: push
|
||||
event: tag
|
||||
|
|
Loading…
Reference in a new issue