@@ -91,8 +91,8 @@ changelog:
9191
9292dockers :
9393 - image_templates :
94- - " ghcr.io/axonops /{{ .ProjectName }}:{{ .Version }}-amd64"
95- - " ghcr.io/axonops /{{ .ProjectName }}:latest-amd64"
94+ - " ghcr.io/digitalis-io /{{ .ProjectName }}:{{ .Version }}-amd64"
95+ - " ghcr.io/digitalis-io /{{ .ProjectName }}:latest-amd64"
9696 use : buildx
9797 dockerfile : Dockerfile
9898 build_flag_templates :
@@ -104,8 +104,8 @@ dockers:
104104 - " --label=org.opencontainers.image.source={{.GitURL}}"
105105
106106 - image_templates :
107- - " ghcr.io/axonops /{{ .ProjectName }}:{{ .Version }}-arm64"
108- - " ghcr.io/axonops /{{ .ProjectName }}:latest-arm64"
107+ - " ghcr.io/digitalis-io /{{ .ProjectName }}:{{ .Version }}-arm64"
108+ - " ghcr.io/digitalis-io /{{ .ProjectName }}:latest-arm64"
109109 use : buildx
110110 dockerfile : Dockerfile
111111 build_flag_templates :
@@ -118,22 +118,22 @@ dockers:
118118 goarch : arm64
119119
120120docker_manifests :
121- - name_template : " ghcr.io/axonops /{{ .ProjectName }}:{{ .Version }}"
121+ - name_template : " ghcr.io/digitalis-io /{{ .ProjectName }}:{{ .Version }}"
122122 image_templates :
123- - " ghcr.io/axonops /{{ .ProjectName }}:{{ .Version }}-amd64"
124- - " ghcr.io/axonops /{{ .ProjectName }}:{{ .Version }}-arm64"
123+ - " ghcr.io/digitalis-io /{{ .ProjectName }}:{{ .Version }}-amd64"
124+ - " ghcr.io/digitalis-io /{{ .ProjectName }}:{{ .Version }}-arm64"
125125
126- - name_template : " ghcr.io/axonops /{{ .ProjectName }}:latest"
126+ - name_template : " ghcr.io/digitalis-io /{{ .ProjectName }}:latest"
127127 image_templates :
128- - " ghcr.io/axonops /{{ .ProjectName }}:latest-amd64"
129- - " ghcr.io/axonops /{{ .ProjectName }}:latest-arm64"
128+ - " ghcr.io/digitalis-io /{{ .ProjectName }}:latest-amd64"
129+ - " ghcr.io/digitalis-io /{{ .ProjectName }}:latest-arm64"
130130
131131brews :
132132 - repository :
133- owner : " axonops "
133+ owner : " digitalis-io "
134134 name : homebrew-tap
135135 token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
136- homepage : " https://github.com/axonops /kconduit"
136+ homepage : " https://github.com/digitalis-io /kconduit"
137137 description : " Powerful terminal UI for Apache Kafka management"
138138 license : " Apache-2.0"
139139 test : |
@@ -145,7 +145,7 @@ nfpms:
145145 - id : packages
146146 package_name : kconduit
147147 vendor : Digitalis.IO
148- homepage : " https://github.com/axonops /kconduit"
148+ homepage : " https://github.com/digitalis-io /kconduit"
149149 maintainer : " Digitalis <info@digitalis.io>"
150150 description : " Powerful terminal UI for Apache Kafka management"
151151 license : Apache-2.0
@@ -162,7 +162,7 @@ nfpms:
162162
163163release :
164164 github :
165- owner : " axonops "
165+ owner : " digitalis-io "
166166 name : " {{ .ProjectName }}"
167167 draft : false
168168 prerelease : auto
0 commit comments