Skip to content

Commit

Permalink
fix image paths (#44)
Browse files Browse the repository at this point in the history
image paths should be 'meltwater' not 'drone'
  • Loading branch information
Jim Sheldon authored Jan 4, 2021
1 parent c891f1b commit cd995e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/manifest.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: drone/drone-convert-pathschanged:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
image: meltwater/drone-convert-pathschanged:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
{{#if build.tags}}
tags:
{{#each build.tags}}
Expand All @@ -7,12 +7,12 @@ tags:
{{/if}}
manifests:
-
image: drone/drone-convert-pathschanged:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-amd64
image: meltwater/drone-convert-pathschanged:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-amd64
platform:
architecture: amd64
os: linux
-
image: drone/drone-convert-pathschanged:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64
image: meltwater/drone-convert-pathschanged:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64
platform:
architecture: arm64
os: linux
Expand Down

0 comments on commit cd995e3

Please sign in to comment.