diff --git a/.drone.yml b/.drone.yml index 1c7ed3e..d82d05d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,10 +23,9 @@ steps: path: /etc/ssl/certs2/ commands: - scripts/setupEnvironment.sh - - apk add iputils-ping - cat /etc/resolv.conf - cat /etc/hosts - - ping -c 1 registry.cloud.federationhq.de + - wget registry.cloud.federationhq.de - buildah bud --network host -t "registry.cloud.federationhq.de/netcat:latest-amd64" --arch amd64 . - buildah push --all registry.cloud.federationhq.de/netcat:latest-amd64 ---