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