From 79e73ba2b6a3b53adfc99c7f2af351239f67f73b Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 18 Dec 2023 18:29:51 -0500 Subject: [PATCH] Fix upstream syntax of container name --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9852910..21361dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build-and-push image: plugins/docker settings: - repo: git.clortox.com/Infrastructure/filebrowser + repo: git.clortox.com/infrastructure/filebrowser registry: git.clortox.com username: from_secret: gitea_docker_username @@ -18,6 +18,7 @@ steps: when: event: - tag + - name: notify image: clortox/drone-ntfy settings: @@ -30,7 +31,7 @@ steps: CLICK: https://drone.clortox.com/Infrastructure/filebrowser TITLE: Filebrowser when: - branch: + event: - tag