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