Fix ecr publish

This commit is contained in:
Shubham Agrawal 2020-12-02 15:17:28 +05:30
parent e200b5c566
commit 17072a25f1
2 changed files with 1 additions and 1 deletions

@ -109,7 +109,7 @@ func run(c *cli.Context) error {
Tags: c.StringSlice("tags"),
Args: c.StringSlice("args"),
Target: c.String("target"),
Repo: c.String("repo"),
Repo: fmt.Sprintf("%s/%s", c.String("registry"), c.String("repo")),
Labels: c.StringSlice("custom-labels"),
},
}

0
scripts/docker.sh Normal file → Executable file