summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2020-11-02 20:50:13 +0100
committerGitHub <noreply@github.com>2020-11-02 14:50:13 -0500
commitbcb94ed5898ac1b2191ebd5e1ff9c5b53ff323f8 (patch)
treea8a55cd1720d895ee61df75e9fce37d35dc2935e
parent842a75776a1a6c4bbe54e1fdd830fdc18f7b7153 (diff)
downloadgitea-bcb94ed5898ac1b2191ebd5e1ff9c5b53ff323f8.tar.gz
gitea-bcb94ed5898ac1b2191ebd5e1ff9c5b53ff323f8.zip
fix docker rootless manifest (#13386)
-rw-r--r--.drone.yml2
-rw-r--r--docker/manifest.rootless.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 331fad4c9e..df84088e65 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -796,7 +796,7 @@ steps:
pull: always
image: plugins/manifest
settings:
- auto_tag: false
+ auto_tag: true
ignore_missing: true
spec: docker/manifest.rootless.tmpl
password:
diff --git a/docker/manifest.rootless.tmpl b/docker/manifest.rootless.tmpl
index 2951be8b2d..aed36caa4e 100644
--- a/docker/manifest.rootless.tmpl
+++ b/docker/manifest.rootless.tmpl
@@ -2,7 +2,7 @@ image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{
{{#if build.tags}}
tags:
{{#each build.tags}}
- - {{this}}
+ - {{this}}-rootless
{{/each}}
{{/if}}
manifests: