File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ builds:
20
20
- arm64
21
21
22
22
dockers :
23
- - image_templates : ["docker.io/brothersam/zexample :{{ .Version }}"]
23
+ - image_templates : ["docker.io/brothersam/guanceexample :{{ .Version }}"]
24
24
dockerfile : Dockerfile
25
25
goarch : amd64
26
26
build_flag_templates :
@@ -34,7 +34,7 @@ dockers:
34
34
- --label=guance.image.revision={{ .FullCommit }}
35
35
- --label=guance.image.licenses=MIT
36
36
37
- - image_templates : ["docker.io/brothersam/zexample :{{ .Version }}"]
37
+ - image_templates : ["docker.io/brothersam/guanceexample :{{ .Version }}"]
38
38
dockerfile : Dockerfile
39
39
goarch : arm64
40
40
build_flag_templates :
Original file line number Diff line number Diff line change 1
1
FROM scratch
2
2
# FROM alpine
3
- COPY zexample /app
3
+ COPY guanceexample /app
4
4
ENTRYPOINT ["/app" ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ git commit -m "testcommit"
4
4
# master: your branch name
5
5
git push origin master
6
6
# vXX.XX.XX: your version. your tag
7
- git tag -a v0.3.18 -m " test release"
7
+ git tag -a v0.3.19 -m " test release"
8
8
# release and push to github & docker.io
9
9
goreleaser release --rm-dist
10
10
# only test realase
You can’t perform that action at this time.
0 commit comments