diff --git a/.drone.yml b/.drone.yml index bb031e3..d611da5 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: 3133f6df6170d71ee97040f9721a246b2417a104ba2f5d1b58add1683359b350 +hmac: 22e1a6048e191220f9763d49ed45032c4ec136a224c9e96cb7128a1798cb9e7d ...