Skip to content

Commit

Permalink
Update .goreleaser.yml with fork image names
Browse files Browse the repository at this point in the history
  • Loading branch information
fopina authored Feb 11, 2024
1 parent e6e6cb0 commit 854b99d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ dockers:
- --platform=linux/arm/v7

- image_templates:
- dkron/{{ .ProjectName }}:{{ .Version }}-light-amd64
- fopina/{{ .ProjectName }}:{{ .Version }}-light-amd64
dockerfile: Dockerfile.release
use: buildx
goos: linux
Expand All @@ -172,7 +172,7 @@ dockers:
- --platform=linux/amd64

- image_templates:
- dkron/{{ .ProjectName }}:{{ .Version }}-light-arm64
- fopina/{{ .ProjectName }}:{{ .Version }}-light-arm64
dockerfile: Dockerfile.release
use: buildx
goos: linux
Expand All @@ -182,7 +182,7 @@ dockers:
- --platform=linux/arm64/v8

- image_templates:
- dkron/{{ .ProjectName }}:{{ .Version }}-light-armv7
- fopina/{{ .ProjectName }}:{{ .Version }}-light-armv7
dockerfile: Dockerfile.release
use: buildx
goos: linux
Expand All @@ -205,11 +205,11 @@ docker_manifests:
- fopina/{{ .ProjectName }}:{{ .Version }}-arm64
- fopina/{{ .ProjectName }}:{{ .Version }}-armv7

- name_template: dkron/{{ .ProjectName }}:{{ .Version }}-light
- name_template: fopina/{{ .ProjectName }}:{{ .Version }}-light
image_templates:
- dkron/{{ .ProjectName }}:{{ .Version }}-light-amd64
- dkron/{{ .ProjectName }}:{{ .Version }}-light-arm64
- dkron/{{ .ProjectName }}:{{ .Version }}-light-armv7
- fopina/{{ .ProjectName }}:{{ .Version }}-light-amd64
- fopina/{{ .ProjectName }}:{{ .Version }}-light-arm64
- fopina/{{ .ProjectName }}:{{ .Version }}-light-armv7

changelog:
sort: asc
Expand Down

0 comments on commit 854b99d

Please sign in to comment.