1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

push image with tag latest

This commit is contained in:
Benjamin Jorand 2017-09-22 12:10:05 +02:00
parent b0e60af5e6
commit 26d1bc9d01

View File

@ -91,7 +91,7 @@ func process(ctx *context.Context, folder string, docker config.Docker, binary c
return err
}
if docker.Latest {
if err := dockerTag(image, latest); err != nil {
if err := dockerPush(latest); err != nil {
return err
}
}