fix manifest
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-02-20 17:39:20 +01:00
parent e7cbcdfc66
commit 1a109553db
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@ image: xoxys/molecule:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}lates
{{#if build.tags}}
tags:
{{#each build.tags}}
- {{this}}
{{#if this}}
- {{trimPrefix "v" this}}
- {{trimPrefix "v" this}}-amd64
{{/if}}
{{/each}}
{{/if}}
manifests: