Skip to content

Commit

Permalink
Use dockerhub for releases (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt authored Jan 8, 2024
1 parent 9085ead commit bc16fb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ dockers:
build_flag_templates:
- --platform=linux/amd64
image_templates:
- "ghcr.io/flashbots/suave-geth:{{ .ShortCommit }}"
- "ghcr.io/flashbots/suave-geth:{{ .Tag }}"
- "ghcr.io/flashbots/suave-geth:latest"
- "flashbots/suave-geth:{{ .ShortCommit }}"
- "flashbots/suave-geth:{{ .Tag }}"
- "flashbots/suave-geth:latest"

checksum:
name_template: "checksums.txt"
Expand Down

0 comments on commit bc16fb6

Please sign in to comment.