From bfdfb6dae76bf9410f48c19a76d73ff0efaa8c88 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 19 May 2024 14:42:47 +0200 Subject: [PATCH] ADD: some testing --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fcb6fb7..cddb4eb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: commands: - scripts/setupEnvironment.sh - buildah bud --network host -t "registry.cloud.federationhq.de/netcat:latest-amd64" --arch amd64 . - - buildah push --network host --all registry.cloud.federationhq.de/netcat:latest-amd64 + - buildah push --all registry.cloud.federationhq.de/netcat:latest-amd64 --- kind: pipeline type: kubernetes