Skip to content

Commit b9e5725

Browse files
authored
fix: remove DOCKER_IMAGE env reference from .goreleaser.yaml
1 parent 635d2f2 commit b9e5725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ docker_manifests:
8585
image_templates:
8686
- "ghcr.io/akash-network/rpc-proxy:{{ .Version }}-amd64"
8787
- "ghcr.io/akash-network/rpc-proxy:{{ .Version }}-arm64"
88-
- name_template: "{{ .Env.DOCKER_IMAGE }}:latest"
88+
- name_template: "ghcr.io/akash-network/rpc-proxy:latest"
8989
image_templates:
9090
- "ghcr.io/akash-network/rpc-proxy:{{ .Version }}-amd64"
9191
- "ghcr.io/akash-network/rpc-proxy:{{ .Version }}-arm64"

0 commit comments

Comments
 (0)