Skip to content

Commit

Permalink
fix: remove DOCKER_IMAGE env reference from .goreleaser.yaml (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
troian committed Aug 5, 2024
1 parent 635d2f2 commit 1552f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ docker_manifests:
image_templates:
- "ghcr.io/akash-network/rpc-proxy:{{ .Version }}-amd64"
- "ghcr.io/akash-network/rpc-proxy:{{ .Version }}-arm64"
- name_template: "{{ .Env.DOCKER_IMAGE }}:latest"
- name_template: "ghcr.io/akash-network/rpc-proxy:latest"
image_templates:
- "ghcr.io/akash-network/rpc-proxy:{{ .Version }}-amd64"
- "ghcr.io/akash-network/rpc-proxy:{{ .Version }}-arm64"

0 comments on commit 1552f6f

Please sign in to comment.