We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635d2f2 commit b9e5725Copy full SHA for b9e5725
.goreleaser.yaml
@@ -85,7 +85,7 @@ docker_manifests:
85
image_templates:
86
- "ghcr.io/akash-network/rpc-proxy:{{ .Version }}-amd64"
87
- "ghcr.io/akash-network/rpc-proxy:{{ .Version }}-arm64"
88
- - name_template: "{{ .Env.DOCKER_IMAGE }}:latest"
+ - name_template: "ghcr.io/akash-network/rpc-proxy:latest"
89
90
91
0 commit comments