From c33ffca552fd5b8b6c8eb8d4660744e5d243f597 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 22 May 2022 13:02:39 +0200 Subject: [PATCH] fix(ci): use fully qualified image name --- .drone.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.drone.yml b/.drone.yml index 26ed050..d6c93ad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -52,7 +52,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: false @@ -69,7 +69,7 @@ steps: path: /var/run/docker.sock - name: notify - image: drillster/drone-email + image: docker.io/drillster/drone-email:latest environment: PLUGIN_HOST: from_secret: smtp_host @@ -113,7 +113,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: false @@ -127,7 +127,7 @@ steps: no_cache: true - name: notify - image: drillster/drone-email + image: docker.io/drillster/drone-email:latest environment: PLUGIN_HOST: from_secret: smtp_host @@ -174,7 +174,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: false @@ -188,7 +188,7 @@ steps: no_cache: true - name: notify - image: drillster/drone-email + image: docker.io/drillster/drone-email:latest environment: PLUGIN_HOST: from_secret: smtp_host @@ -235,7 +235,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: false @@ -251,7 +251,7 @@ steps: path: /var/run/docker.sock - name: notify - image: drillster/drone-email + image: docker.io/drillster/drone-email:latest environment: PLUGIN_HOST: from_secret: smtp_host @@ -294,7 +294,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: false @@ -307,7 +307,7 @@ steps: no_cache: true - name: notify - image: drillster/drone-email + image: docker.io/drillster/drone-email:latest environment: PLUGIN_HOST: from_secret: smtp_host @@ -353,7 +353,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: false @@ -366,7 +366,7 @@ steps: no_cache: true - name: notify - image: drillster/drone-email + image: docker.io/drillster/drone-email:latest environment: PLUGIN_HOST: from_secret: smtp_host @@ -408,7 +408,7 @@ name: latest-manifest steps: - name: build-manifest - image: plugins/manifest + image: docker.io/plugins/manifest:latest settings: auto_tag: false ignore_missing: true @@ -463,7 +463,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: true @@ -479,7 +479,7 @@ steps: path: /var/run/docker.sock - name: notify - image: drillster/drone-email + image: docker.io/drillster/drone-email:latest environment: PLUGIN_HOST: from_secret: smtp_host @@ -516,7 +516,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: true @@ -532,7 +532,7 @@ steps: path: /var/run/docker.sock - name: notify - image: drillster/drone-email + image: docker.io/drillster/drone-email:latest environment: PLUGIN_HOST: from_secret: smtp_host @@ -569,7 +569,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: true @@ -585,7 +585,7 @@ steps: path: /var/run/docker.sock - name: notify - image: drillster/drone-email + image: docker.io/drillster/drone-email:latest environment: PLUGIN_HOST: from_secret: smtp_host @@ -618,7 +618,7 @@ name: tagged-manifest steps: - name: build-manifest - image: plugins/manifest + image: docker.io/plugins/manifest:latest settings: auto_tag: true ignore_missing: true