File tree 1 file changed +6
-5
lines changed 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -792,29 +792,30 @@ platform:
792
792
arch : amd64
793
793
794
794
steps :
795
- - name : manifest
795
+ - name : manifest-rootless
796
796
pull : always
797
797
image : plugins/manifest
798
798
settings :
799
- auto_tag : true
799
+ auto_tag : false
800
800
ignore_missing : true
801
- spec : docker/manifest.tmpl
801
+ spec : docker/manifest.rootless. tmpl
802
802
password :
803
803
from_secret : docker_password
804
804
username :
805
805
from_secret : docker_username
806
806
807
- - name : manifest-rootless
807
+ - name : manifest
808
808
pull : always
809
809
image : plugins/manifest
810
810
settings :
811
811
auto_tag : true
812
812
ignore_missing : true
813
- spec : docker/manifest.rootless. tmpl
813
+ spec : docker/manifest.tmpl
814
814
password :
815
815
from_secret : docker_password
816
816
username :
817
817
from_secret : docker_username
818
+
818
819
trigger :
819
820
ref :
820
821
- refs/heads/master
You can’t perform that action at this time.
0 commit comments