mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-13 13:48:40 +02:00
fix
This commit is contained in:
parent
2e31f04bf9
commit
230d794c75
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user