Skip to content

Commit

Permalink
fix:error goreleaser unexpected {{end}}
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbekhen committed Nov 30, 2023
1 parent e244e0e commit eaedaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ docker_manifests:
image_templates:
- "ghcr.io/ryanbekhen/nanoproxy:{{ .Version }}-amd64"
- "ghcr.io/ryanbekhen/nanoproxy:{{ .Version }}-arm64"
- name_template: "ghcr.io/ryanbekhen/nanoproxy:latest{{ end }}"
- name_template: "ghcr.io/ryanbekhen/nanoproxy:latest"
image_templates:
- "ghcr.io/ryanbekhen/nanoproxy:{{ .Version }}-amd64"
- "ghcr.io/ryanbekhen/nanoproxy:{{ .Version }}-arm64"
Expand Down

0 comments on commit eaedaee

Please sign in to comment.