diff --git a/.drone.yml b/.drone.yml index 5042c67..f4156c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ platform: steps: - name: dryrun - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: build_args: - BUILD_VERSION=${DRONE_TAG%-*} @@ -58,7 +58,7 @@ steps: - dryrun - name: publish-dockerhub - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: build_args: - BUILD_VERSION=${DRONE_TAG%-*} @@ -76,7 +76,7 @@ steps: - tags - name: publish-quay - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: build_args: - BUILD_VERSION=${DRONE_TAG%-*} @@ -185,6 +185,6 @@ depends_on: --- kind: signature -hmac: 7609969471d40332453fe93896a4b468eef1b8725737484ea9bbf4c19eaa22a7 +hmac: 122ec8b63673d54387a3140d3895e8ebe60249427bc38d0e0bac33a5feef317e ...