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