diff --git a/.drone.yml b/.drone.yml index b685d79..b1e86ef 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 @@ -481,7 +481,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 @@ -518,7 +518,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: true @@ -536,7 +536,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 @@ -573,7 +573,7 @@ platform: steps: - name: build - image: plugins/docker + image: docker.io/plugins/docker:latest settings: dockerfile: Dockerfile auto_tag: true @@ -591,7 +591,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 @@ -624,7 +624,7 @@ name: tagged-manifest steps: - name: build-manifest - image: plugins/manifest + image: docker.io/plugins/manifest:latest settings: auto_tag: true ignore_missing: true