You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
fixed log msg
This commit is contained in:
@@ -107,7 +107,7 @@ func dockerBuild(root, dockerfile, image string) error {
|
||||
}
|
||||
|
||||
func dockerTag(image, tag string) error {
|
||||
log.WithField("image", image).WithField("tag", tag).Info("building docker image")
|
||||
log.WithField("image", image).WithField("tag", tag).Info("tagging docker image")
|
||||
var cmd = exec.Command("docker", "tag", image, tag)
|
||||
log.WithField("cmd", cmd).Debug("executing")
|
||||
out, err := cmd.CombinedOutput()
|
||||
|
Reference in New Issue
Block a user