From dc763ef41d57aaee576b33e4fb9f0ef5ee0e83a2 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 19 Jun 2018 09:34:07 +0200 Subject: [PATCH] drone: always pull new images --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3638116..cf2c9ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,7 @@ pipeline: when: event: tag image: plugins/gitea-release + pull: true base_url: https://schlomp.space secrets: [ gitea_token ] title: ${DRONE_TAG} @@ -31,6 +32,7 @@ pipeline: - "libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm" notify: image: drillster/drone-email + pull: true host: cryptoparty-celle.de secrets: [ email_username, email_password ] from: drone@tzend.de