diff --git a/.drone.yml b/.drone.yml index efc338e..98dbfd9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: password: from_secret: docker_password registry: gitea.dwysokinski.me - repo: gitea.dwysokinski.me/kichiyaki/dwysokinski.me + repo: gitea.dwysokinski.me/kichiyaki/dwysokinski auto_tag: true auto_tag_suffix: linux-amd64 dockerfile: Dockerfile diff --git a/manifest.tmpl b/manifest.tmpl index 0d89575..6d70838 100644 --- a/manifest.tmpl +++ b/manifest.tmpl @@ -1,4 +1,4 @@ -image: gitea.dwysokinski.me/kichiyaki/dwysokinski.me:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}} +image: gitea.dwysokinski.me/kichiyaki/dwysokinski:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}} {{#if build.tags}} tags: {{#each build.tags}} @@ -7,7 +7,7 @@ tags: {{/if}} manifests: - - image: gitea.dwysokinski.me/kichiyaki/dwysokinski.me:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-amd64 + image: gitea.dwysokinski.me/kichiyaki/dwysokinski:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-amd64 platform: architecture: amd64 os: linux