From 38a6815ef1de94ce05b4905cac7468a666f310c1 Mon Sep 17 00:00:00 2001 From: Connor Kuehl Date: Wed, 24 Jan 2024 10:03:35 -0600 Subject: [PATCH] Fix tag publishing for webhook Signed-off-by: Connor Kuehl --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 819f87b5..86e8f4ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -277,8 +277,8 @@ steps: from_secret: docker_username password: from_secret: docker_password - target: "rancher/harvester-node-manager-webhook:${DRONE_TAG}-head" - template: "rancher/harvester-node-manager-webhook:${DRONE_TAG}-head-OS-ARCH" + target: "rancher/harvester-node-manager-webhook:${DRONE_TAG}" + template: "rancher/harvester-node-manager-webhook:${DRONE_TAG}-OS-ARCH" ignore_missing: true platforms: - linux/amd64