Attempt to Make Drone Always Pull Images Take 2

init
shnee 3 years ago
parent ab24bcca7b
commit 44426382bd

@ -1,12 +1,12 @@
---
kind: pipeline
type: docker
pull: always
name: docker-build
steps:
- name: greeting
image: docker.shnee.net/shnee/dind:19.03
pull: always
volumes:
- name: dockersock
path: /var/run
@ -21,7 +21,7 @@ steps:
gotifytoken:
from_secret: gotify-token
gotifyendpoint: http://push.shnee.net
gotifytitle: "{{repo.name}} - Pipeline Build {{build.number}}"
gotifytitle: {{repo.name}} - Pipeline Build {{build.number}}
gotifypriority: 5
message: >
{{#success build.status}}

Loading…
Cancel
Save