1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-09-22 09:44:15 -03:00
parent 230d794c75
commit ff0750285c
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -124,7 +124,7 @@ func dockerTag(image, tag string) error {
return nil
}
func dockerPush(images string) error {
func dockerPush(image string) error {
log.WithField("image", image).Info("pushing docker image")
var cmd = exec.Command("docker", "push", image)
log.WithField("cmd", cmd).Debug("executing")