From 895ec588b4b9ff9e1f4371165381bc99eafc6808 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 6 Sep 2023 09:15:04 +0200 Subject: [PATCH] ADD: enforce push to registry --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b5c33f2..a068a22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: commands: - scripts/setupEnvironment.sh - buildah bud --network host -t "registry.cloud.federationhq.de/netcat:latest-amd64" --arch amd64 . - + - buildah push --all registry.cloud.federationhq.de/netcat:latest-amd64 --- kind: pipeline type: kubernetes @@ -50,7 +50,7 @@ steps: commands: - scripts/setupEnvironment.sh - buildah bud --network host -t "registry.cloud.federationhq.de/netcat:latest-arm64" --arch arm64 . - + - buildah push --all registry.cloud.federationhq.de/netcat:latest-arm64 --- kind: pipeline type: kubernetes