diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/manifest.rootless.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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: |