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