From ce433b42be52f77cce85f399363f06ac2ab35b6b Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Sat, 23 Sep 2017 15:50:12 +0200 Subject: [PATCH] Changing docker repo name Signed-off-by: Jonas Franz --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index ea41434..a889950 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,7 +58,7 @@ pipeline: publish_linux_amd64: image: plugins/docker:17.05 pull: true - repo: plugins/webhook + repo: jonasfranz/crowdin tags: [ latest, 1.0.0, 1.0, 1 ] secrets: [ docker_username, docker_password ] dockerfile: Dockerfile @@ -69,7 +69,7 @@ pipeline: publish_linux_arm64: image: plugins/docker:17.05 pull: true - repo: plugins/webhook + repo: jonasfranz/crowdin tags: [ linux-arm64 ] secrets: [ docker_username, docker_password ] dockerfile: Dockerfile.arm64 @@ -80,7 +80,7 @@ pipeline: publish_linux_arm: image: plugins/docker:17.05 pull: true - repo: plugins/webhook + repo: jonasfranz/crowdin tags: [ linux-arm ] secrets: [ docker_username, docker_password ] dockerfile: Dockerfile.arm @@ -91,7 +91,7 @@ pipeline: # publish_windows_amd64: # image: plugins/docker:17.05 # pull: true - # repo: plugins/webhook + # repo: jonasfranz/crowdin # tags: [ windows-amd64 ] # secrets: [ docker_username, docker_password ] # dockerfile: Dockerfile.windows @@ -100,7 +100,7 @@ pipeline: # event: push microbadger: - image: plugins/webhook:1 + image: jonasfranz/crowdin:1 pull: true secrets: [ webhook_url ] when: