From 99bf82f3ff0e2e3d87e54d230990aa9cc9d1f79e Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 3 Nov 2023 20:01:03 -0400 Subject: [PATCH] Fix tags --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8c51ca1..74cf8d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ kind: pipeline name: default steps: - - name: docker + - name: build-and-push image: plugins/docker settings: registry: git.clortox.com @@ -13,10 +13,11 @@ steps: repo: git.clortox.com/tyler/general-api tags: - latest - - "build-${DRONE_BUILD_NUMBER}" + - "1.0.${DRONE_BUILDER_NUMBER}" when: branch: - master + - name: notify image: clortox/drone-ntfy settings: