Skip to content

Commit c6532c8

Browse files
committed
go releaser
1 parent 6ef6faf commit c6532c8

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
uses: sigstore/cosign-installer@v3
4646

4747
- name: Run GoReleaser
48-
uses: goreleaser/goreleaser-action@v5
48+
uses: goreleaser/goreleaser-action@v6
4949
with:
5050
distribution: goreleaser
51-
version: latest
51+
version: '~> v2'
5252
args: release --clean
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ changelog:
9191

9292
dockers:
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

120120
docker_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

131131
brews:
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

163163
release:
164164
github:
165-
owner: "axonops"
165+
owner: "digitalis-io"
166166
name: "{{ .ProjectName }}"
167167
draft: false
168168
prerelease: auto

0 commit comments

Comments
 (0)