Compare commits

..

1 Commits

Author SHA1 Message Date
Shubham Agrawal ffce84d742 Fix manifest yml 2022-03-31 15:38:36 +05:30
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -178,7 +178,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: false
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
@@ -190,7 +190,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: false
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
@@ -202,7 +202,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: false
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
+1 -1
View File
@@ -264,7 +264,7 @@ func createDockerCfgFile(username, password, registry string) error {
}
func buildRepo(registry, repo string) string {
if registry == "" || registry == v1RegistryURL {
if registry == "" {
// No custom registry, just return the repo name
return repo
}