Merge pull request #4 from techknowlogick/patch-1

fix drone image name
master
Jonas Franz 4 years ago committed by GitHub
commit f6b7f983a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .drone.yml
  2. 8
      docker/manifest.tmpl

@ -73,7 +73,7 @@ steps:
settings: settings:
dockerfile: docker/Dockerfile.linux.amd64 dockerfile: docker/Dockerfile.linux.amd64
dry_run: true dry_run: true
repo: jonasfranz/drone-crowdin repo: jonasfranz/crowdin
tags: linux-amd64 tags: linux-amd64
when: when:
event: event:
@ -88,7 +88,7 @@ steps:
dockerfile: docker/Dockerfile.linux.amd64 dockerfile: docker/Dockerfile.linux.amd64
password: password:
from_secret: docker_password from_secret: docker_password
repo: jonasfranz/drone-crowdin repo: jonasfranz/crowdin
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
@ -149,7 +149,7 @@ steps:
settings: settings:
dockerfile: docker/Dockerfile.linux.arm64 dockerfile: docker/Dockerfile.linux.arm64
dry_run: true dry_run: true
repo: jonasfranz/drone-crowdin repo: jonasfranz/crowdin
tags: linux-arm64 tags: linux-arm64
when: when:
event: event:
@ -164,7 +164,7 @@ steps:
dockerfile: docker/Dockerfile.linux.arm64 dockerfile: docker/Dockerfile.linux.arm64
password: password:
from_secret: docker_password from_secret: docker_password
repo: jonasfranz/drone-crowdin repo: jonasfranz/crowdin
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
@ -225,7 +225,7 @@ steps:
settings: settings:
dockerfile: docker/Dockerfile.linux.arm dockerfile: docker/Dockerfile.linux.arm
dry_run: true dry_run: true
repo: jonasfranz/drone-crowdin repo: jonasfranz/crowdin
tags: linux-arm tags: linux-arm
when: when:
event: event:
@ -240,7 +240,7 @@ steps:
dockerfile: docker/Dockerfile.linux.arm dockerfile: docker/Dockerfile.linux.arm
password: password:
from_secret: docker_password from_secret: docker_password
repo: jonasfranz/drone-crowdin repo: jonasfranz/crowdin
username: username:
from_secret: docker_username from_secret: docker_username
when: when:

@ -1,4 +1,4 @@
image: jonasfranz/drone-crowdin:{{#if build.tag}}{{trimPrefix build.tag "v"}}{{else}}latest{{/if}} image: jonasfranz/crowdin:{{#if build.tag}}{{trimPrefix build.tag "v"}}{{else}}latest{{/if}}
{{#if build.tags}} {{#if build.tags}}
tags: tags:
{{#each build.tags}} {{#each build.tags}}
@ -7,18 +7,18 @@ tags:
{{/if}} {{/if}}
manifests: manifests:
- -
image: jonasfranz/drone-crowdin:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}linux-amd64 image: jonasfranz/crowdin:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}linux-amd64
platform: platform:
architecture: amd64 architecture: amd64
os: linux os: linux
- -
image: jonasfranz/drone-crowdin:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}linux-arm64 image: jonasfranz/crowdin:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}linux-arm64
platform: platform:
architecture: arm64 architecture: arm64
os: linux os: linux
variant: v8 variant: v8
- -
image: jonasfranz/drone-crowdin:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}linux-arm image: jonasfranz/crowdin:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}linux-arm
platform: platform:
architecture: arm architecture: arm
os: linux os: linux

Loading…
Cancel
Save