summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-11-01 06:30:01 -0500
committerGitHub <noreply@github.com>2020-11-01 11:30:01 +0000
commit543697e61e4881256ab56a0fd26eed9765eac1de (patch)
treeee8d89e8dbcf3d1fe8ba6ddf069790b53336bdff
parentf070249df49cec29ca953678e76a148de484c67c (diff)
downloadgitea-543697e61e4881256ab56a0fd26eed9765eac1de.tar.gz
gitea-543697e61e4881256ab56a0fd26eed9765eac1de.zip
Set auto-tag to false on rootless manifest (#13383)
Current overrides rootful container
-rw-r--r--.drone.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 3dc033b991..331fad4c9e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -792,29 +792,30 @@ platform:
arch: amd64
steps:
- - name: manifest
+ - name: manifest-rootless
pull: always
image: plugins/manifest
settings:
- auto_tag: true
+ auto_tag: false
ignore_missing: true
- spec: docker/manifest.tmpl
+ spec: docker/manifest.rootless.tmpl
password:
from_secret: docker_password
username:
from_secret: docker_username
- - name: manifest-rootless
+ - name: manifest
pull: always
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
- spec: docker/manifest.rootless.tmpl
+ spec: docker/manifest.tmpl
password:
from_secret: docker_password
username:
from_secret: docker_username
+
trigger:
ref:
- refs/heads/master