mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 09:31:19 +02:00
fix docker rootless manifest (#13386)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user