Attempt to build on tag only
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Andrew Tomaka 2023-02-18 12:18:36 -05:00
parent cab47c4f1d
commit 7acde7c034
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 6 additions and 3 deletions

View File

@ -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