Fix ecr publish
This commit is contained in:
parent
e200b5c566
commit
17072a25f1
@ -109,7 +109,7 @@ func run(c *cli.Context) error {
|
|||||||
Tags: c.StringSlice("tags"),
|
Tags: c.StringSlice("tags"),
|
||||||
Args: c.StringSlice("args"),
|
Args: c.StringSlice("args"),
|
||||||
Target: c.String("target"),
|
Target: c.String("target"),
|
||||||
Repo: c.String("repo"),
|
Repo: fmt.Sprintf("%s/%s", c.String("registry"), c.String("repo")),
|
||||||
Labels: c.StringSlice("custom-labels"),
|
Labels: c.StringSlice("custom-labels"),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
0
scripts/docker.sh
Normal file → Executable file
0
scripts/docker.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user