diff --git a/.drone.yml b/.drone.yml index 648bfdc..c6bc396 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: auto_tag: false dry_run: true @@ -70,7 +70,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 @@ -114,7 +114,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: auto_tag: false dry_run: true @@ -129,7 +129,7 @@ steps: from_secret: container_image_registry_password - name: notify - image: drillster/drone-email + image: docker.io/drillster/drone-email:latest environment: PLUGIN_HOST: from_secret: smtp_host @@ -176,7 +176,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: auto_tag: false dry_run: true @@ -191,7 +191,7 @@ steps: from_secret: container_image_registry_password - name: notify - image: drillster/drone-email + image: docker.io/drillster/drone-email:latest environment: PLUGIN_HOST: from_secret: smtp_host @@ -238,7 +238,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: auto_tag: false force_tag: true @@ -255,7 +255,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 @@ -298,7 +298,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: auto_tag: false force_tag: true @@ -312,7 +312,7 @@ steps: from_secret: container_image_registry_password - name: notify - image: drillster/drone-email + image: docker.io/drillster/drone-email:latest environment: PLUGIN_HOST: from_secret: smtp_host @@ -358,7 +358,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: auto_tag: false force_tag: true @@ -372,7 +372,7 @@ steps: from_secret: container_image_registry_password - name: notify - image: drillster/drone-email + image: docker.io/drillster/drone-email:latest environment: PLUGIN_HOST: from_secret: smtp_host @@ -414,7 +414,7 @@ name: latest-manifest steps: - name: build-manifest - image: plugins/manifest + image: docker.io/plugins/manifest:latest settings: auto_tag: false ignore_missing: true @@ -469,7 +469,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: auto_tag: true auto_tag_suffix: amd64 @@ -488,7 +488,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 @@ -525,7 +525,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: auto_tag: true auto_tag_suffix: arm-v7 @@ -544,7 +544,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 @@ -581,7 +581,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: auto_tag: true auto_tag_suffix: ard64-v8 @@ -600,7 +600,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 @@ -633,7 +633,7 @@ name: tagged-manifest steps: - name: build-manifest - image: plugins/manifest + image: docker.io/plugins/manifest:latest settings: auto_tag: true ignore_missing: true