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

This commit is contained in:
2022-05-22 13:00:02 +02:00
parent d8ad30b0fb
commit 51a789d881

View File

@ -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
@ -130,7 +130,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
@ -242,7 +242,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