From ff0c806efa2917845c5e4de4003a561819525134 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 19 Feb 2026 13:29:32 +1100 Subject: [PATCH] retry --- .drone.yml | 60 +++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.drone.yml b/.drone.yml index b2b42eb..f246ee7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,14 +45,14 @@ steps: image: plugins/docker settings: registry: registry.coadcorp.com - repo: registry.coadcorp.com/nathan/invertergui + repo: "registry.coadcorp.com/nathan/invertergui" dockerfile: Dockerfile - platform: linux/amd64 + platform: "linux/amd64" username: nathan password: from_secret: registry_password tags: - - ${DRONE_COMMIT_SHA}-linux-amd64 + - "${DRONE_COMMIT_SHA}-linux-amd64" when: event: - push @@ -61,14 +61,14 @@ steps: image: plugins/docker settings: registry: registry.coadcorp.com - repo: registry.coadcorp.com/nathan/invertergui + repo: "registry.coadcorp.com/nathan/invertergui" dockerfile: Dockerfile - platform: linux/arm64 + platform: "linux/arm64" username: nathan password: from_secret: registry_password tags: - - ${DRONE_COMMIT_SHA}-linux-arm64 + - "${DRONE_COMMIT_SHA}-linux-arm64" when: event: - push @@ -80,11 +80,11 @@ steps: username: nathan password: from_secret: registry_password - target: registry.coadcorp.com/nathan/invertergui:${DRONE_COMMIT_SHA} - template: registry.coadcorp.com/nathan/invertergui:${DRONE_COMMIT_SHA}-OS-ARCH + target: "registry.coadcorp.com/nathan/invertergui:${DRONE_COMMIT_SHA}" + template: "registry.coadcorp.com/nathan/invertergui:${DRONE_COMMIT_SHA}-OS-ARCH" platforms: - - linux/amd64 - - linux/arm64 + - "linux/amd64" + - "linux/arm64" when: event: - push @@ -93,14 +93,14 @@ steps: image: plugins/docker settings: registry: registry.coadcorp.com - repo: registry.coadcorp.com/nathan/invertergui + repo: "registry.coadcorp.com/nathan/invertergui" dockerfile: Dockerfile - platform: linux/amd64 + platform: "linux/amd64" username: nathan password: from_secret: registry_password tags: - - latest-linux-amd64 + - "latest-linux-amd64" when: event: - push @@ -112,14 +112,14 @@ steps: image: plugins/docker settings: registry: registry.coadcorp.com - repo: registry.coadcorp.com/nathan/invertergui + repo: "registry.coadcorp.com/nathan/invertergui" dockerfile: Dockerfile - platform: linux/arm64 + platform: "linux/arm64" username: nathan password: from_secret: registry_password tags: - - latest-linux-arm64 + - "latest-linux-arm64" when: event: - push @@ -134,11 +134,11 @@ steps: username: nathan password: from_secret: registry_password - target: registry.coadcorp.com/nathan/invertergui:latest - template: registry.coadcorp.com/nathan/invertergui:latest-OS-ARCH + target: "registry.coadcorp.com/nathan/invertergui:latest" + template: "registry.coadcorp.com/nathan/invertergui:latest-OS-ARCH" platforms: - - linux/amd64 - - linux/arm64 + - "linux/amd64" + - "linux/arm64" when: event: - push @@ -150,14 +150,14 @@ steps: image: plugins/docker settings: registry: registry.coadcorp.com - repo: registry.coadcorp.com/nathan/invertergui + repo: "registry.coadcorp.com/nathan/invertergui" dockerfile: Dockerfile - platform: linux/amd64 + platform: "linux/amd64" username: nathan password: from_secret: registry_password tags: - - ${DRONE_TAG}-linux-amd64 + - "${DRONE_TAG}-linux-amd64" when: event: - tag @@ -166,14 +166,14 @@ steps: image: plugins/docker settings: registry: registry.coadcorp.com - repo: registry.coadcorp.com/nathan/invertergui + repo: "registry.coadcorp.com/nathan/invertergui" dockerfile: Dockerfile - platform: linux/arm64 + platform: "linux/arm64" username: nathan password: from_secret: registry_password tags: - - ${DRONE_TAG}-linux-arm64 + - "${DRONE_TAG}-linux-arm64" when: event: - tag @@ -185,11 +185,11 @@ steps: username: nathan password: from_secret: registry_password - target: registry.coadcorp.com/nathan/invertergui:${DRONE_TAG} - template: registry.coadcorp.com/nathan/invertergui:${DRONE_TAG}-OS-ARCH + target: "registry.coadcorp.com/nathan/invertergui:${DRONE_TAG}" + template: "registry.coadcorp.com/nathan/invertergui:${DRONE_TAG}-OS-ARCH" platforms: - - linux/amd64 - - linux/arm64 + - "linux/amd64" + - "linux/arm64" when: event: - tag