Browse Source

Still some typos

Florian Hoss 2 years ago
parent
commit
db7d169e18
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .goreleaser.yaml

+ 3 - 3
.goreleaser.yaml

@@ -45,14 +45,14 @@ dockers:
       - static
       - templates
 docker_manifests:
-  - name_template: "unjxde/{{ .ProjectName }}:v{{ .Tag }}"
+  - name_template: "unjxde/{{ .ProjectName }}:{{ .Tag }}"
     image_templates:
       - "unjxde/{{ .ProjectName }}:{{ .Tag }}-amd64"
       - "unjxde/{{ .ProjectName }}:{{ .Tag }}-arm64v8"
   - name_template: "unjxde/{{ .ProjectName }}:v{{ .Major }}"
     image_templates:
-      - "unjxde/{{ .ProjectName }}:{{ .Major }}-amd64"
-      - "unjxde/{{ .ProjectName }}:{{ .Major }}-arm64v8"
+      - "unjxde/{{ .ProjectName }}:v{{ .Major }}-amd64"
+      - "unjxde/{{ .ProjectName }}:v{{ .Major }}-arm64v8"
   - name_template: "unjxde/{{ .ProjectName }}:latest"
     image_templates:
       - "unjxde/{{ .ProjectName }}:latest-amd64"