From 6b86978633e0b5ba039bb5139a4f9d83ce5b0e35 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 17 Mar 2021 02:22:36 +0100 Subject: [PATCH] ci: use plugins/docker:linux-amd64 * bump from :18 * add repo tag for dry_run --- .drone.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index ee1cf1bf..ef1bdfaa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -78,18 +78,19 @@ steps: - name: dryrun pull: always - image: plugins/docker:18 + image: plugins/docker:linux-amd64 settings: daemon_off: false dockerfile: docker/docker/Dockerfile.linux.amd64 dry_run: true - repo: plugins/docker - tags: linux-amd64 + repo: immawanderer/drone-docker + tags: [linux-amd64, edge-dind] when: event: [push, pull_request] - name: publish - image: plugins/docker:18 + pull: always + image: plugins/docker:linux-amd64 settings: auto_tag: true auto_tag_suffix: linux-amd64