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: publish_linux_amd64:
image: plugins/docker:17.05 image: plugins/docker:17.05
pull: true pull: true
repo: plugins/webhook repo: jonasfranz/crowdin
tags: [ latest, 1.0.0, 1.0, 1 ] tags: [ latest, 1.0.0, 1.0, 1 ]
secrets: [ docker_username, docker_password ] secrets: [ docker_username, docker_password ]
dockerfile: Dockerfile dockerfile: Dockerfile
@ -69,7 +69,7 @@ pipeline:
publish_linux_arm64: publish_linux_arm64:
image: plugins/docker:17.05 image: plugins/docker:17.05
pull: true pull: true
repo: plugins/webhook repo: jonasfranz/crowdin
tags: [ linux-arm64 ] tags: [ linux-arm64 ]
secrets: [ docker_username, docker_password ] secrets: [ docker_username, docker_password ]
dockerfile: Dockerfile.arm64 dockerfile: Dockerfile.arm64
@ -80,7 +80,7 @@ pipeline:
publish_linux_arm: publish_linux_arm:
image: plugins/docker:17.05 image: plugins/docker:17.05
pull: true pull: true
repo: plugins/webhook repo: jonasfranz/crowdin
tags: [ linux-arm ] tags: [ linux-arm ]
secrets: [ docker_username, docker_password ] secrets: [ docker_username, docker_password ]
dockerfile: Dockerfile.arm dockerfile: Dockerfile.arm
@ -91,7 +91,7 @@ pipeline:
# publish_windows_amd64: # publish_windows_amd64:
# image: plugins/docker:17.05 # image: plugins/docker:17.05
# pull: true # pull: true
# repo: plugins/webhook # repo: jonasfranz/crowdin
# tags: [ windows-amd64 ] # tags: [ windows-amd64 ]
# secrets: [ docker_username, docker_password ] # secrets: [ docker_username, docker_password ]
# dockerfile: Dockerfile.windows # dockerfile: Dockerfile.windows
@ -100,7 +100,7 @@ pipeline:
# event: push # event: push
microbadger: microbadger:
image: plugins/webhook:1 image: jonasfranz/crowdin:1
pull: true pull: true
secrets: [ webhook_url ] secrets: [ webhook_url ]
when: when:

Loading…
Cancel
Save