Compare commits

..

2 Commits

Author SHA1 Message Date
Shubham Agrawal 0cd3e162fa Remove auto tagging for version 1.8 (#46) 2022-03-31 16:24:40 +05:30
Shubham Agrawal f492271f45 Fix manifest yml (#45) 2022-03-31 15:39:44 +05:30
+3 -3
View File
@@ -178,7 +178,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: true
auto_tag: false
ignore_missing: true
password:
from_secret: docker_password
@@ -190,7 +190,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: true
auto_tag: false
ignore_missing: true
password:
from_secret: docker_password
@@ -202,7 +202,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: true
auto_tag: false
ignore_missing: true
password:
from_secret: docker_password