Changing docker repo name

Signed-off-by: Jonas Franz <info@jonasfranz.de>
pull/1/head
Jonas Franz 7 years ago
parent 9db5b7cb6a
commit ce433b42be
  1. 10
      .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:

Loading…
Cancel
Save