Attempt to build on tag only
All checks were successful
continuous-integration/drone/push Build is passing

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

View file

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