Skip to content

Commit

Permalink
Merge pull request #7 from ethpandaops/fix/release
Browse files Browse the repository at this point in the history
fix(ci): release rename
  • Loading branch information
Savid committed Sep 28, 2022
2 parents 6cb376d + eae1de8 commit 67dda7a
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ builds:
ignore:
- goarch: 386
ldflags:
- -s -w -X github.com/savid/ethereum-address-metrics-exporter/pkg/version.Release={{.Tag}} -X github.com/savid/ethereum-address-metrics-exporter/pkg/version.GitCommit={{.ShortCommit}}
- -s -w -X github.com/ethpandaops/ethereum-address-metrics-exporter/pkg/version.Release={{.Tag}} -X github.com/ethpandaops/ethereum-address-metrics-exporter/pkg/version.GitCommit={{.ShortCommit}}
mod_timestamp: "{{ .CommitTimestamp }}"
checksum:
name_template: 'checksums.txt'
Expand All @@ -42,8 +42,8 @@ dockers:
goarch: amd64
dockerfile: goreleaser-scratch.Dockerfile
image_templates:
- "savid/{{ .ProjectName }}:{{ .Version }}-amd64"
- "savid/{{ .ProjectName }}:latest-amd64"
- "ethpandaops/{{ .ProjectName }}:{{ .Version }}-amd64"
- "ethpandaops/{{ .ProjectName }}:latest-amd64"
build_flag_templates:
- "--platform=linux/amd64"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -55,8 +55,8 @@ dockers:
goarch: arm64
dockerfile: goreleaser-scratch.Dockerfile
image_templates:
- "savid/{{ .ProjectName }}:{{ .Version }}-arm64v8"
- "savid/{{ .ProjectName }}:latest-arm64v8"
- "ethpandaops/{{ .ProjectName }}:{{ .Version }}-arm64v8"
- "ethpandaops/{{ .ProjectName }}:latest-arm64v8"
build_flag_templates:
- "--platform=linux/arm64/v8"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -69,8 +69,8 @@ dockers:
goarch: amd64
dockerfile: goreleaser-debian.Dockerfile
image_templates:
- "savid/{{ .ProjectName }}:{{ .Version }}-debian-amd64"
- "savid/{{ .ProjectName }}:debian-latest-amd64"
- "ethpandaops/{{ .ProjectName }}:{{ .Version }}-debian-amd64"
- "ethpandaops/{{ .ProjectName }}:debian-latest-amd64"
build_flag_templates:
- "--platform=linux/amd64"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -82,8 +82,8 @@ dockers:
goarch: arm64
dockerfile: goreleaser-debian.Dockerfile
image_templates:
- "savid/{{ .ProjectName }}:{{ .Version }}-debian-arm64v8"
- "savid/{{ .ProjectName }}:debian-latest-arm64v8"
- "ethpandaops/{{ .ProjectName }}:{{ .Version }}-debian-arm64v8"
- "ethpandaops/{{ .ProjectName }}:debian-latest-arm64v8"
build_flag_templates:
- "--platform=linux/arm64/v8"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -92,27 +92,27 @@ dockers:
- "--label=org.opencontainers.image.version={{.Version}}"
docker_manifests:
## Scratch
- name_template: savid/{{ .ProjectName }}:{{ .Version }}
- name_template: ethpandaops/{{ .ProjectName }}:{{ .Version }}
image_templates:
- savid/{{ .ProjectName }}:{{ .Version }}-amd64
- savid/{{ .ProjectName }}:{{ .Version }}-arm64v8
- name_template: savid/{{ .ProjectName }}:{{ .Version }}-arm64
- ethpandaops/{{ .ProjectName }}:{{ .Version }}-amd64
- ethpandaops/{{ .ProjectName }}:{{ .Version }}-arm64v8
- name_template: ethpandaops/{{ .ProjectName }}:{{ .Version }}-arm64
image_templates:
- savid/{{ .ProjectName }}:{{ .Version }}-arm64v8
- name_template: savid/{{ .ProjectName }}:latest
- ethpandaops/{{ .ProjectName }}:{{ .Version }}-arm64v8
- name_template: ethpandaops/{{ .ProjectName }}:latest
image_templates:
- savid/{{ .ProjectName }}:latest-amd64
- savid/{{ .ProjectName }}:latest-arm64v8
- ethpandaops/{{ .ProjectName }}:latest-amd64
- ethpandaops/{{ .ProjectName }}:latest-arm64v8

## Debian
- name_template: savid/{{ .ProjectName }}:{{ .Version }}-debian
- name_template: ethpandaops/{{ .ProjectName }}:{{ .Version }}-debian
image_templates:
- savid/{{ .ProjectName }}:{{ .Version }}-debian-amd64
- savid/{{ .ProjectName }}:{{ .Version }}-debian-arm64v8
- name_template: savid/{{ .ProjectName }}:{{ .Version }}-debian-arm64
- ethpandaops/{{ .ProjectName }}:{{ .Version }}-debian-amd64
- ethpandaops/{{ .ProjectName }}:{{ .Version }}-debian-arm64v8
- name_template: ethpandaops/{{ .ProjectName }}:{{ .Version }}-debian-arm64
image_templates:
- savid/{{ .ProjectName }}:{{ .Version }}-debian-arm64v8
- name_template: savid/{{ .ProjectName }}:debian-latest
- ethpandaops/{{ .ProjectName }}:{{ .Version }}-debian-arm64v8
- name_template: ethpandaops/{{ .ProjectName }}:debian-latest
image_templates:
- savid/{{ .ProjectName }}:debian-latest-amd64
- savid/{{ .ProjectName }}:debian-latest-arm64v8
- ethpandaops/{{ .ProjectName }}:debian-latest-amd64
- ethpandaops/{{ .ProjectName }}:debian-latest-arm64v8

0 comments on commit 67dda7a

Please sign in to comment.