diff --git a/.drone.jsonnet b/.drone.jsonnet index fcde363..4f79658 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -74,7 +74,7 @@ local PipelineBuildContainer(arch='amd64') = { steps: [ { name: 'dryrun', - image: 'plugins/docker:19', + image: 'thegeeklab/drone-docker:19', settings: { dry_run: true, dockerfile: 'docker/Dockerfile.' + arch, @@ -88,7 +88,7 @@ local PipelineBuildContainer(arch='amd64') = { }, { name: 'publish-dockerhub', - image: 'plugins/docker:19', + image: 'thegeeklab/drone-docker:19', settings: { auto_tag: true, auto_tag_suffix: arch, @@ -103,7 +103,7 @@ local PipelineBuildContainer(arch='amd64') = { }, { name: 'publish-quay', - image: 'plugins/docker:19', + image: 'thegeeklab/drone-docker:19', settings: { auto_tag: true, auto_tag_suffix: arch, diff --git a/.drone.yml b/.drone.yml index 145c6a3..8bab21c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,7 +71,7 @@ platform: steps: - name: dryrun - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: dockerfile: docker/Dockerfile.amd64 dry_run: true @@ -85,7 +85,7 @@ steps: - refs/pull/** - name: publish-dockerhub - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: auto_tag: true auto_tag_suffix: amd64 @@ -101,7 +101,7 @@ steps: - refs/tags/** - name: publish-quay - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: auto_tag: true auto_tag_suffix: amd64 @@ -136,7 +136,7 @@ platform: steps: - name: dryrun - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: dockerfile: docker/Dockerfile.arm64 dry_run: true @@ -150,7 +150,7 @@ steps: - refs/pull/** - name: publish-dockerhub - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: auto_tag: true auto_tag_suffix: arm64 @@ -166,7 +166,7 @@ steps: - refs/tags/** - name: publish-quay - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: auto_tag: true auto_tag_suffix: arm64 @@ -201,7 +201,7 @@ platform: steps: - name: dryrun - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: dockerfile: docker/Dockerfile.arm dry_run: true @@ -215,7 +215,7 @@ steps: - refs/pull/** - name: publish-dockerhub - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: auto_tag: true auto_tag_suffix: arm @@ -231,7 +231,7 @@ steps: - refs/tags/** - name: publish-quay - image: plugins/docker:19 + image: thegeeklab/drone-docker:19 settings: auto_tag: true auto_tag_suffix: arm @@ -352,6 +352,6 @@ depends_on: --- kind: signature -hmac: 3ed9851ff5265442e4d869982a24401bf241a4a7d75b884a2ed7702d294bd60f +hmac: a68c22e6a450b343f4afb60d448d03b03db8fbb2c98296e5d40a30e1c5dfe066 ... diff --git a/README.md b/README.md index e375e17..0780789 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Poor-mans docker service synchronizer -[![Build Status](https://img.shields.io/drone/build/thegeeklab/wait-for?logo=drone)](https://cloud.drone.io/thegeeklab/wait-for) +[![Build Status](https://img.shields.io/drone/build/thegeeklab/wait-for?logo=drone)](https://drone.thegeeklab.de/thegeeklab/wait-for) [![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/wait-for) [![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/wait-for) [![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/wait-for)](https://github.com/thegeeklab/wait-for/graphs/contributors)