mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
typo
This commit is contained in:
parent
230d794c75
commit
ff0750285c
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user