Skip to content

Commit 2b423f7

Browse files
committed
testcommit
1 parent ef1892a commit 2b423f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.goreleaser.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ builds:
2020
- arm64
2121

2222
dockers:
23-
- image_templates: ["docker.io/brothersam/zexample:{{ .Version }}"]
23+
- image_templates: ["docker.io/brothersam/guanceexample:{{ .Version }}"]
2424
dockerfile: Dockerfile
2525
goarch: amd64
2626
build_flag_templates:
@@ -34,7 +34,7 @@ dockers:
3434
- --label=guance.image.revision={{ .FullCommit }}
3535
- --label=guance.image.licenses=MIT
3636

37-
- image_templates: ["docker.io/brothersam/zexample:{{ .Version }}"]
37+
- image_templates: ["docker.io/brothersam/guanceexample:{{ .Version }}"]
3838
dockerfile: Dockerfile
3939
goarch: arm64
4040
build_flag_templates:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM scratch
22
# FROM alpine
3-
COPY zexample /app
3+
COPY guanceexample /app
44
ENTRYPOINT ["/app"]

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git commit -m "testcommit"
44
# master: your branch name
55
git push origin master
66
# 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"
88
# release and push to github & docker.io
99
goreleaser release --rm-dist
1010
# only test realase

0 commit comments

Comments
 (0)