only push
This commit is contained in:
parent
adab603511
commit
4df964f023
10
.drone.yml
10
.drone.yml
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user