Skip to content

Commit 1f6f931

Browse files
authored
Update .goreleaser.yml to fix job (#11330)
1 parent 6fe299c commit 1f6f931

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.goreleaser.yml

-14
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ snapshot:
6868
dockers:
6969
- image_templates:
7070
- thorax/{{ .ProjectName }}:{{ .Version }}-amd64
71-
- ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}-amd64
7271
dockerfile: Dockerfile.release
7372
use: buildx
7473
skip_push: true
@@ -80,7 +79,6 @@ dockers:
8079

8180
- image_templates:
8281
- thorax/{{ .ProjectName }}:{{ .Version }}-arm64
83-
- ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}-arm64
8482
dockerfile: Dockerfile.release
8583
skip_push: true
8684
use: buildx
@@ -97,24 +95,12 @@ docker_manifests:
9795
- thorax/{{ .ProjectName }}:{{ .Version }}-amd64
9896
- thorax/{{ .ProjectName }}:{{ .Version }}-arm64
9997

100-
- name_template: ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}
101-
skip_push: true
102-
image_templates:
103-
- ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}-amd64
104-
- ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}-arm64
105-
10698
- name_template: thorax/{{ .ProjectName }}:latest
10799
skip_push: true
108100
image_templates:
109101
- thorax/{{ .ProjectName }}:{{ .Version }}-amd64
110102
- thorax/{{ .ProjectName }}:{{ .Version }}-arm64
111103

112-
- name_template: ghcr.io/ledgerwatch/{{ .ProjectName }}:latest
113-
skip_push: true
114-
image_templates:
115-
- ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}-amd64
116-
- ghcr.io/ledgerwatch/{{ .ProjectName }}:{{ .Version }}-arm64
117-
118104
announce:
119105
slack:
120106
enabled: false

0 commit comments

Comments
 (0)