fix docker rootless manifest (#13386)
This commit is contained in:
parent
842a75776a
commit
bcb94ed589
2 changed files with 2 additions and 2 deletions
|
@ -796,7 +796,7 @@ steps:
|
||||||
pull: always
|
pull: always
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
settings:
|
settings:
|
||||||
auto_tag: false
|
auto_tag: true
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
spec: docker/manifest.rootless.tmpl
|
spec: docker/manifest.rootless.tmpl
|
||||||
password:
|
password:
|
||||||
|
|
|
@ -2,7 +2,7 @@ image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{
|
||||||
{{#if build.tags}}
|
{{#if build.tags}}
|
||||||
tags:
|
tags:
|
||||||
{{#each build.tags}}
|
{{#each build.tags}}
|
||||||
- {{this}}
|
- {{this}}-rootless
|
||||||
{{/each}}
|
{{/each}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
manifests:
|
manifests:
|
||||||
|
|
Reference in a new issue