only push
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-10-27 22:14:58 +02:00
parent adab603511
commit 4df964f023
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -9,13 +9,18 @@ steps:
settings:
username: kasperhermansen
password:
from_secret:
docker_secret
from_secret: docker_secret
repo: kasperhermansen/scel
tags: latest
context: .
dockerfile: Dockerfile
cache_from: kasperhermansen/scel:latest
when:
event:
include:
- push
- tag
- promote
- name: send telegram notification
image: appleboy/drone-telegram
@ -26,4 +31,3 @@ steps:
format: markdown
when:
status: [failure]