Still some typos
This commit is contained in:
parent
67511664fb
commit
db7d169e18
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue