Attempt to Make Drone Always Pull Images Take 2

init
shnee 3 years ago
parent ab24bcca7b
commit 44426382bd

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

Loading…
Cancel
Save