We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842a757 commit bcb94edCopy full SHA for bcb94ed
.drone.yml
@@ -796,7 +796,7 @@ steps:
796
pull: always
797
image: plugins/manifest
798
settings:
799
- auto_tag: false
+ auto_tag: true
800
ignore_missing: true
801
spec: docker/manifest.rootless.tmpl
802
password:
docker/manifest.rootless.tmpl
@@ -2,7 +2,7 @@ image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{
2
{{#if build.tags}}
3
tags:
4
{{#each build.tags}}
5
- - {{this}}
+ - {{this}}-rootless
6
{{/each}}
7
{{/if}}
8
manifests:
0 commit comments