fix(ci): use fully qualified image name
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Markus Pesch 2022-05-22 13:01:59 +02:00
parent 45b0f0abb0
commit 59fd1c360e
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 5 additions and 5 deletions

View File

@ -64,7 +64,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 @@ 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
@ -197,7 +197,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
@ -258,7 +258,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
@ -330,7 +330,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