diff --git a/.drone.yml b/.drone.yml index 36477ff..1618af2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -60,7 +60,6 @@ steps: registry: registry.coadcorp.com repo: "registry.coadcorp.com/nathan/invertergui" dockerfile: Dockerfile.publish.amd64 - platform: "linux/amd64" username: nathan password: from_secret: registry_password @@ -76,7 +75,6 @@ steps: registry: registry.coadcorp.com repo: "registry.coadcorp.com/nathan/invertergui" dockerfile: Dockerfile.publish.arm64 - platform: "linux/arm64" username: nathan password: from_secret: registry_password @@ -108,7 +106,6 @@ steps: registry: registry.coadcorp.com repo: "registry.coadcorp.com/nathan/invertergui" dockerfile: Dockerfile.publish.amd64 - platform: "linux/amd64" username: nathan password: from_secret: registry_password @@ -127,7 +124,6 @@ steps: registry: registry.coadcorp.com repo: "registry.coadcorp.com/nathan/invertergui" dockerfile: Dockerfile.publish.arm64 - platform: "linux/arm64" username: nathan password: from_secret: registry_password @@ -165,7 +161,6 @@ steps: registry: registry.coadcorp.com repo: "registry.coadcorp.com/nathan/invertergui" dockerfile: Dockerfile.publish.amd64 - platform: "linux/amd64" username: nathan password: from_secret: registry_password @@ -181,7 +176,6 @@ steps: registry: registry.coadcorp.com repo: "registry.coadcorp.com/nathan/invertergui" dockerfile: Dockerfile.publish.arm64 - platform: "linux/arm64" username: nathan password: from_secret: registry_password