Skip to content

Commit 543697e

Browse files
Set auto-tag to false on rootless manifest (#13383)
Current overrides rootful container
1 parent f070249 commit 543697e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.drone.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -792,29 +792,30 @@ platform:
792792
arch: amd64
793793

794794
steps:
795-
- name: manifest
795+
- name: manifest-rootless
796796
pull: always
797797
image: plugins/manifest
798798
settings:
799-
auto_tag: true
799+
auto_tag: false
800800
ignore_missing: true
801-
spec: docker/manifest.tmpl
801+
spec: docker/manifest.rootless.tmpl
802802
password:
803803
from_secret: docker_password
804804
username:
805805
from_secret: docker_username
806806

807-
- name: manifest-rootless
807+
- name: manifest
808808
pull: always
809809
image: plugins/manifest
810810
settings:
811811
auto_tag: true
812812
ignore_missing: true
813-
spec: docker/manifest.rootless.tmpl
813+
spec: docker/manifest.tmpl
814814
password:
815815
from_secret: docker_password
816816
username:
817817
from_secret: docker_username
818+
818819
trigger:
819820
ref:
820821
- refs/heads/master

0 commit comments

Comments
 (0)