From abf9180977aba2cb5bc6f480635ff6167599987c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Thu, 22 Aug 2024 13:49:42 +0300 Subject: [PATCH] Test --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e8ac61c..f8bdad6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,9 +62,8 @@ steps: - name: manifest image: plugins/manifest settings: - registry: harbor.codemowers.eu - target: ${DRONE_REPO}:latest - template: ${DRONE_REPO}:latest-ARCH + target: harbor.codemowers.eu/${DRONE_REPO}:latest + template: harbor.codemowers.eu/${DRONE_REPO}:latest-ARCH platforms: - linux/amd64 - linux/arm64