1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-13 13:48:40 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-09-22 09:26:35 -03:00
parent 2e31f04bf9
commit 230d794c75
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(images string) error {
log.WithField("image", image).Info("pushing docker image")
var cmd = exec.Command("docker", "push", image)
log.WithField("cmd", cmd).Debug("executing")