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:
parent
b0e60af5e6
commit
26d1bc9d01
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user