mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-10 03:30:40 +00:00
remove dry-run flag
This commit is contained in:
parent
0998cbd757
commit
a10a18b032
2
main.go
2
main.go
@ -167,8 +167,6 @@ func run(c *cli.Context) {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
plugin.Dryrun = true // TODO remote this line
|
|
||||||
|
|
||||||
// this code attempts to normalize the repository name by appending the fully
|
// this code attempts to normalize the repository name by appending the fully
|
||||||
// qualified registry name if otherwise omitted.
|
// qualified registry name if otherwise omitted.
|
||||||
if plugin.Login.Registry != defaultRegistry &&
|
if plugin.Login.Registry != defaultRegistry &&
|
||||||
|
Loading…
Reference in New Issue
Block a user