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.
2 parents e674c91 + 457c078 commit 1d29de3Copy full SHA for 1d29de3
app.go
@@ -344,11 +344,12 @@ func run(c *cli.Context) error {
344
Dryrun: c.Bool("dry-run"),
345
Cleanup: c.BoolT("docker.purge"),
346
Login: Login{
347
- Registry: c.String("docker.registry"),
348
- Username: c.String("docker.username"),
349
- Password: c.String("docker.password"),
350
- Email: c.String("docker.email"),
351
- Config: c.String("docker.config"),
+ Registry: c.String("docker.registry"),
+ Username: c.String("docker.username"),
+ Password: c.String("docker.password"),
+ Email: c.String("docker.email"),
+ Config: c.String("docker.config"),
352
+ AccessToken: c.String("access-token"),
353
},
354
CardPath: c.String("drone-card-path"),
355
MetadataFile: c.String("metadata-file"),
0 commit comments