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 image: plugins/docker
settings: settings:
registry: registry.coadcorp.com registry: registry.coadcorp.com
repo: registry.coadcorp.com/nathan/invertergui repo: "registry.coadcorp.com/nathan/invertergui"
dockerfile: Dockerfile dockerfile: Dockerfile
platform: linux/amd64 platform: "linux/amd64"
username: nathan username: nathan
password: password:
from_secret: registry_password from_secret: registry_password
tags: tags:
- ${DRONE_COMMIT_SHA}-linux-amd64 - "${DRONE_COMMIT_SHA}-linux-amd64"
when: when:
event: event:
- push - push
@@ -61,14 +61,14 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
registry: registry.coadcorp.com registry: registry.coadcorp.com
repo: registry.coadcorp.com/nathan/invertergui repo: "registry.coadcorp.com/nathan/invertergui"
dockerfile: Dockerfile dockerfile: Dockerfile
platform: linux/arm64 platform: "linux/arm64"
username: nathan username: nathan
password: password:
from_secret: registry_password from_secret: registry_password
tags: tags:
- ${DRONE_COMMIT_SHA}-linux-arm64 - "${DRONE_COMMIT_SHA}-linux-arm64"
when: when:
event: event:
- push - push
@@ -80,11 +80,11 @@ steps:
username: nathan username: nathan
password: password:
from_secret: registry_password from_secret: registry_password
target: registry.coadcorp.com/nathan/invertergui:${DRONE_COMMIT_SHA} target: "registry.coadcorp.com/nathan/invertergui:${DRONE_COMMIT_SHA}"
template: registry.coadcorp.com/nathan/invertergui:${DRONE_COMMIT_SHA}-OS-ARCH template: "registry.coadcorp.com/nathan/invertergui:${DRONE_COMMIT_SHA}-OS-ARCH"
platforms: platforms:
- linux/amd64 - "linux/amd64"
- linux/arm64 - "linux/arm64"
when: when:
event: event:
- push - push
@@ -93,14 +93,14 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
registry: registry.coadcorp.com registry: registry.coadcorp.com
repo: registry.coadcorp.com/nathan/invertergui repo: "registry.coadcorp.com/nathan/invertergui"
dockerfile: Dockerfile dockerfile: Dockerfile
platform: linux/amd64 platform: "linux/amd64"
username: nathan username: nathan
password: password:
from_secret: registry_password from_secret: registry_password
tags: tags:
- latest-linux-amd64 - "latest-linux-amd64"
when: when:
event: event:
- push - push
@@ -112,14 +112,14 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
registry: registry.coadcorp.com registry: registry.coadcorp.com
repo: registry.coadcorp.com/nathan/invertergui repo: "registry.coadcorp.com/nathan/invertergui"
dockerfile: Dockerfile dockerfile: Dockerfile
platform: linux/arm64 platform: "linux/arm64"
username: nathan username: nathan
password: password:
from_secret: registry_password from_secret: registry_password
tags: tags:
- latest-linux-arm64 - "latest-linux-arm64"
when: when:
event: event:
- push - push
@@ -134,11 +134,11 @@ steps:
username: nathan username: nathan
password: password:
from_secret: registry_password from_secret: registry_password
target: registry.coadcorp.com/nathan/invertergui:latest target: "registry.coadcorp.com/nathan/invertergui:latest"
template: registry.coadcorp.com/nathan/invertergui:latest-OS-ARCH template: "registry.coadcorp.com/nathan/invertergui:latest-OS-ARCH"
platforms: platforms:
- linux/amd64 - "linux/amd64"
- linux/arm64 - "linux/arm64"
when: when:
event: event:
- push - push
@@ -150,14 +150,14 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
registry: registry.coadcorp.com registry: registry.coadcorp.com
repo: registry.coadcorp.com/nathan/invertergui repo: "registry.coadcorp.com/nathan/invertergui"
dockerfile: Dockerfile dockerfile: Dockerfile
platform: linux/amd64 platform: "linux/amd64"
username: nathan username: nathan
password: password:
from_secret: registry_password from_secret: registry_password
tags: tags:
- ${DRONE_TAG}-linux-amd64 - "${DRONE_TAG}-linux-amd64"
when: when:
event: event:
- tag - tag
@@ -166,14 +166,14 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
registry: registry.coadcorp.com registry: registry.coadcorp.com
repo: registry.coadcorp.com/nathan/invertergui repo: "registry.coadcorp.com/nathan/invertergui"
dockerfile: Dockerfile dockerfile: Dockerfile
platform: linux/arm64 platform: "linux/arm64"
username: nathan username: nathan
password: password:
from_secret: registry_password from_secret: registry_password
tags: tags:
- ${DRONE_TAG}-linux-arm64 - "${DRONE_TAG}-linux-arm64"
when: when:
event: event:
- tag - tag
@@ -185,11 +185,11 @@ steps:
username: nathan username: nathan
password: password:
from_secret: registry_password from_secret: registry_password
target: registry.coadcorp.com/nathan/invertergui:${DRONE_TAG} target: "registry.coadcorp.com/nathan/invertergui:${DRONE_TAG}"
template: registry.coadcorp.com/nathan/invertergui:${DRONE_TAG}-OS-ARCH template: "registry.coadcorp.com/nathan/invertergui:${DRONE_TAG}-OS-ARCH"
platforms: platforms:
- linux/amd64 - "linux/amd64"
- linux/arm64 - "linux/arm64"
when: when:
event: event:
- tag - tag