We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e3793 commit e987c64Copy full SHA for e987c64
main.go
@@ -396,7 +396,7 @@ func main() {
396
Name: "scan-registries",
397
Usage: "Fetch, list and compare SUSE's registries and create yaml files with what is supposed to be synced from Docker Hub",
398
Action: scanRegistries,
399
- Flags: []cli.Flag{primeURLFlag, dockerUserFlag, dockerPasswordFlag},
+ Flags: []cli.Flag{primeURLFlag},
400
},
401
{
402
Name: "sync-registries",
0 commit comments