Skip to content

Commit b844fd7

Browse files
author
Angel Barrera
committed
FIX: Docker section in goreleaser
1 parent 96c3e1b commit b844fd7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ builds:
55
- env:
66
- CGO_ENABLED=0
77
- GO111MODULE=on
8-
dockers:
9-
- image_templates:
10-
- angelbarrera92/{{.ProjectName}}:latest
11-
- angelbarrera92/{{.ProjectName}}:{{ .Major }}
12-
- angelbarrera92/{{.ProjectName}}:{{ .Tag }}
8+
dockers:
9+
- image_templates:
10+
- angelbarrera92/{{.ProjectName}}:latest
11+
- angelbarrera92/{{.ProjectName}}:{{ .Major }}
12+
- angelbarrera92/{{.ProjectName}}:{{ .Tag }}

0 commit comments

Comments
 (0)