We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048c33e commit 35691e0Copy full SHA for 35691e0
.goreleaser.yml
@@ -70,9 +70,7 @@ changelog:
70
dockers:
71
- goos: linux
72
goarch: amd64
73
- binaries:
74
- - cortextool
75
- builds:
+ ids:
76
- cortextool-linux
77
dockerfile: cmd/cortextool/GR.Dockerfile
78
image_templates:
RELEASE.md
@@ -11,7 +11,7 @@ $ git tag -s "${tag}" -m "${tag}"
11
$ git push origin "${tag}"
12
```
13
14
-3. Run `$ goreleaser --release-notes=changelogs/v0.3.0.md --rm-dist` where the changelog file is the one created as part of step 1.
+3. Run `$ goreleaser release --release-notes=changelogs/v0.3.0.md --rm-dist` where the changelog file is the one created as part of step 1.
15
4. The docker image will be pushed automatically.
16
17
0 commit comments