aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorAntoine GIRARD2020-11-02 20:50:13 +0100
committerGitHub2020-11-02 14:50:13 -0500
commitbcb94ed5898ac1b2191ebd5e1ff9c5b53ff323f8 (patch)
treea8a55cd1720d895ee61df75e9fce37d35dc2935e /docker
parent842a75776a1a6c4bbe54e1fdd830fdc18f7b7153 (diff)
fix docker rootless manifest (#13386)
Diffstat (limited to 'docker')
-rw-r--r--docker/manifest.rootless.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/manifest.rootless.tmpl b/docker/manifest.rootless.tmpl
index 2951be8b2..aed36caa4 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: