Skip to content

Commit bcb94ed

Browse files
authored
fix docker rootless manifest (#13386)
1 parent 842a757 commit bcb94ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ steps:
796796
pull: always
797797
image: plugins/manifest
798798
settings:
799-
auto_tag: false
799+
auto_tag: true
800800
ignore_missing: true
801801
spec: docker/manifest.rootless.tmpl
802802
password:

docker/manifest.rootless.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{
22
{{#if build.tags}}
33
tags:
44
{{#each build.tags}}
5-
- {{this}}
5+
- {{this}}-rootless
66
{{/each}}
77
{{/if}}
88
manifests:

0 commit comments

Comments
 (0)