Merge pull request #3575 from shykes/engine-get-images
move `docker images` to a job
This commit is contained in:
commit
0c11fc384d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ func pingRegistryEndpoint(endpoint string) (bool, error) {
|
||||||
// versions of the registry
|
// versions of the registry
|
||||||
if standalone == "" {
|
if standalone == "" {
|
||||||
return true, nil
|
return true, nil
|
||||||
// Accepted values are "true" (case-insensitive) and "1".
|
// Accepted values are "true" (case-insensitive) and "1".
|
||||||
} else if strings.EqualFold(standalone, "true") || standalone == "1" {
|
} else if strings.EqualFold(standalone, "true") || standalone == "1" {
|
||||||
return true, nil
|
return true, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue