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:
|
branch:
|
||||||
exclude: master
|
exclude: master
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
---
|
---
|
||||||
name: build
|
name: deploy
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -30,6 +31,8 @@ steps:
|
||||||
pull_image: true
|
pull_image: true
|
||||||
registry: docker.atomaka.com
|
registry: docker.atomaka.com
|
||||||
repo: docker.atomaka.com/atomaka.com
|
repo: docker.atomaka.com/atomaka.com
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
- ${DRONE_TAG}
|
||||||
trigger:
|
trigger:
|
||||||
branch: master
|
event: tag
|
||||||
event: push
|
|
||||||
|
|
Loading…
Reference in a new issue