fix(ci): use fully qualified image name
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Markus Pesch 2022-05-22 13:02:12 +02:00
parent 0c87bbe6eb
commit 29d1ea0ff2
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -52,7 +52,7 @@ platform:
steps: steps:
- name: build - name: build
image: plugins/docker image: docker.io/plugins/docker:latest
settings: settings:
auto_tag: false auto_tag: false
dry_run: true dry_run: true
@ -70,7 +70,7 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
- name: notify - name: notify
image: drillster/drone-email image: docker.io/drillster/drone-email:latest
environment: environment:
PLUGIN_HOST: PLUGIN_HOST:
from_secret: smtp_host from_secret: smtp_host
@ -114,7 +114,7 @@ platform:
steps: steps:
- name: build - name: build
image: plugins/docker image: docker.io/plugins/docker:latest
settings: settings:
auto_tag: false auto_tag: false
dry_run: true dry_run: true
@ -129,7 +129,7 @@ steps:
from_secret: container_image_registry_password from_secret: container_image_registry_password
- name: notify - name: notify
image: drillster/drone-email image: docker.io/drillster/drone-email:latest
environment: environment:
PLUGIN_HOST: PLUGIN_HOST:
from_secret: smtp_host from_secret: smtp_host
@ -176,7 +176,7 @@ platform:
steps: steps:
- name: build - name: build
image: plugins/docker image: docker.io/plugins/docker:latest
settings: settings:
auto_tag: false auto_tag: false
dry_run: true dry_run: true
@ -191,7 +191,7 @@ steps:
from_secret: container_image_registry_password from_secret: container_image_registry_password
- name: notify - name: notify
image: drillster/drone-email image: docker.io/drillster/drone-email:latest
environment: environment:
PLUGIN_HOST: PLUGIN_HOST:
from_secret: smtp_host from_secret: smtp_host
@ -238,7 +238,7 @@ platform:
steps: steps:
- name: build - name: build
image: plugins/docker image: docker.io/plugins/docker:latest
settings: settings:
auto_tag: false auto_tag: false
force_tag: true force_tag: true
@ -255,7 +255,7 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
- name: notify - name: notify
image: drillster/drone-email image: docker.io/drillster/drone-email:latest
environment: environment:
PLUGIN_HOST: PLUGIN_HOST:
from_secret: smtp_host from_secret: smtp_host
@ -298,7 +298,7 @@ platform:
steps: steps:
- name: build - name: build
image: plugins/docker image: docker.io/plugins/docker:latest
settings: settings:
auto_tag: false auto_tag: false
force_tag: true force_tag: true
@ -312,7 +312,7 @@ steps:
from_secret: container_image_registry_password from_secret: container_image_registry_password
- name: notify - name: notify
image: drillster/drone-email image: docker.io/drillster/drone-email:latest
environment: environment:
PLUGIN_HOST: PLUGIN_HOST:
from_secret: smtp_host from_secret: smtp_host
@ -358,7 +358,7 @@ platform:
steps: steps:
- name: build - name: build
image: plugins/docker image: docker.io/plugins/docker:latest
settings: settings:
auto_tag: false auto_tag: false
force_tag: true force_tag: true
@ -372,7 +372,7 @@ steps:
from_secret: container_image_registry_password from_secret: container_image_registry_password
- name: notify - name: notify
image: drillster/drone-email image: docker.io/drillster/drone-email:latest
environment: environment:
PLUGIN_HOST: PLUGIN_HOST:
from_secret: smtp_host from_secret: smtp_host
@ -414,7 +414,7 @@ name: latest-manifest
steps: steps:
- name: build-manifest - name: build-manifest
image: plugins/manifest image: docker.io/plugins/manifest:latest
settings: settings:
auto_tag: false auto_tag: false
ignore_missing: true ignore_missing: true
@ -469,7 +469,7 @@ platform:
steps: steps:
- name: build - name: build
image: plugins/docker image: docker.io/plugins/docker:latest
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: amd64 auto_tag_suffix: amd64
@ -488,7 +488,7 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
- name: notify - name: notify
image: drillster/drone-email image: docker.io/drillster/drone-email:latest
environment: environment:
PLUGIN_HOST: PLUGIN_HOST:
from_secret: smtp_host from_secret: smtp_host
@ -525,7 +525,7 @@ platform:
steps: steps:
- name: build - name: build
image: plugins/docker image: docker.io/plugins/docker:latest
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: arm-v7 auto_tag_suffix: arm-v7
@ -544,7 +544,7 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
- name: notify - name: notify
image: drillster/drone-email image: docker.io/drillster/drone-email:latest
environment: environment:
PLUGIN_HOST: PLUGIN_HOST:
from_secret: smtp_host from_secret: smtp_host
@ -581,7 +581,7 @@ platform:
steps: steps:
- name: build - name: build
image: plugins/docker image: docker.io/plugins/docker:latest
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: ard64-v8 auto_tag_suffix: ard64-v8
@ -600,7 +600,7 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
- name: notify - name: notify
image: drillster/drone-email image: docker.io/drillster/drone-email:latest
environment: environment:
PLUGIN_HOST: PLUGIN_HOST:
from_secret: smtp_host from_secret: smtp_host
@ -633,7 +633,7 @@ name: tagged-manifest
steps: steps:
- name: build-manifest - name: build-manifest
image: plugins/manifest image: docker.io/plugins/manifest:latest
settings: settings:
auto_tag: true auto_tag: true
ignore_missing: true ignore_missing: true