retry
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-19 13:29:32 +11:00
parent ed326eb8ef
commit ff0c806efa

View File

@@ -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