diff --git a/.drone.yml b/.drone.yml index 374c2f7..ec0c583 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,6 +27,13 @@ platform: arch: amd64 steps: +- name: wait-for + image: jdrouet/docker-with-buildx:stable + commands: + - wait-for dind:2375 + environment: + WAITFOR_TIMEOUT: 60 + - name: dryrun image: jdrouet/docker-with-buildx:stable commands: @@ -183,6 +190,6 @@ depends_on: --- kind: signature -hmac: dddb86bc5f442e55752da00c78dd314ac7311513aa299caff92af7735730f4df +hmac: 4054f37d8ffac079adb44abb995554768d7b8924f3007f5691b7e1e7f5699281 ...