From 920af3851ed4ab4c248cf00beddcaf35b50f1d08 Mon Sep 17 00:00:00 2001 From: shnee Date: Mon, 30 Jan 2023 15:10:42 -0500 Subject: [PATCH] Added image_pull_secrets --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 70be3ea..ae649f8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,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}} @@ -41,3 +41,6 @@ services: volumes: - name: dockersock temp: {} + +image_pull_secrets: + - dockerconfig