diff --git a/.drone.yml b/.drone.yml index 4a1d26d..da867ed 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 @@ -65,7 +65,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 @@ -107,7 +107,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: false @@ -117,7 +117,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 @@ -162,7 +162,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: false @@ -172,7 +172,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 @@ -217,7 +217,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: false @@ -233,7 +233,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 @@ -276,7 +276,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: false @@ -289,7 +289,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 @@ -335,7 +335,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: false @@ -348,7 +348,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 @@ -390,7 +390,7 @@ name: latest-manifest steps: - name: build-manifest - image: plugins/manifest + image: docker.io/plugins/manifest:latest settings: auto_tag: false ignore_missing: true @@ -445,7 +445,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: true @@ -463,7 +463,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 @@ -500,7 +500,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: true @@ -518,7 +518,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 @@ -555,7 +555,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: true @@ -573,7 +573,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 @@ -606,7 +606,7 @@ name: tagged-manifest steps: - name: build-manifest - image: plugins/manifest + image: docker.io/plugins/manifest:latest settings: auto_tag: true ignore_missing: true