File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dockers:
65
65
# Templates of the Docker image names.
66
66
# if prefix URL, docker img will push.
67
67
- image_templates :
68
- - " brothersam/guanceexample:{{ .Version }}-amd64"
68
+ - " docker.io/ brothersam/guanceexample:{{ .Version }}-amd64"
69
69
# - "gcr.io/brothersam/guanceexample:{{ .Version }}"
70
70
# - "brothersam/guanceexample:{{ .Version }}"
71
71
@@ -108,7 +108,7 @@ dockers:
108
108
- --label=org.opencontainers.image.licenses=MIT
109
109
110
110
- image_templates :
111
- - " brothersam/guanceexample:{{ .Version }}-arm64v8"
111
+ - " docker.io/ brothersam/guanceexample:{{ .Version }}-arm64v8"
112
112
# goos: linux
113
113
goarch : arm64
114
114
# goarm: 'v6'
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.60 -m " test release"
7
+ git tag -a v0.3.61 -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