diff --git a/.goreleaser.yml b/.goreleaser.yml index 598e60c..1a1450e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -34,11 +34,5 @@ dockers: dockerfile: Dockerfile skip_push: auto image_templates: - - "ghcr.io/liamg/{{ .ProjectName }}:{{ .Version }}" -docker_manifests: -- name_template: ghcr.io/liamg/{{ .ProjectName }}:{{ .Version }} - image_templates: - - ghcr.io/liamg/{{ .ProjectName }}:{{ .Version }} -- name_template: ghcr.io/liamg/{{ .ProjectName }}:latest - image_templates: - - ghcr.io/liamg/{{ .ProjectName }}:{{ .Version }} + - "ghcr.io/liamg/{{ .ProjectName }}:{{ .Tag }}" + - "ghcr.io/liamg/{{ .ProjectName }}:latest"