From 44426382bdc5ed9458effa874139cd19c4105c1a Mon Sep 17 00:00:00 2001 From: shnee Date: Mon, 30 Jan 2023 15:27:10 -0500 Subject: [PATCH] Attempt to Make Drone Always Pull Images Take 2 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 252b9cb..5df8acc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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}}