Skip to content

Commit 59be3ad

Browse files
committed
testcommit
1 parent 6a6755f commit 59be3ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.goreleaser.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dockers:
6565
# Templates of the Docker image names.
6666
# if prefix URL, docker img will push.
6767
- image_templates:
68-
- "brothersam/guanceexample:{{ .Version }}-amd64"
68+
- "docker.io/brothersam/guanceexample:{{ .Version }}-amd64"
6969
# - "gcr.io/brothersam/guanceexample:{{ .Version }}"
7070
# - "brothersam/guanceexample:{{ .Version }}"
7171

@@ -108,7 +108,7 @@ dockers:
108108
- --label=org.opencontainers.image.licenses=MIT
109109

110110
- image_templates:
111-
- "brothersam/guanceexample:{{ .Version }}-arm64v8"
111+
- "docker.io/brothersam/guanceexample:{{ .Version }}-arm64v8"
112112
# goos: linux
113113
goarch: arm64
114114
# goarm: 'v6'

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.60 -m "test release"
7+
git tag -a v0.3.61 -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)