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 a842dfe commit f9d0b60Copy full SHA for f9d0b60
cmd/drone-docker/main.go
@@ -290,7 +290,7 @@ func run(c *cli.Context) error {
290
CardPath: c.String("drone-card-path"),
291
Build: docker.Build{
292
Remote: c.String("remote.url"),
293
- Name: c.String("commit.sha"),
+ Name: c.String("commit.sha") + "/" + c.String("repo"),,
294
Dockerfile: c.String("dockerfile"),
295
Context: c.String("context"),
296
Tags: c.StringSlice("tags"),
0 commit comments