fix: docker latest-3k tag
This commit is contained in:
parent
d3aa3b25b0
commit
77e8c37599
|
|
@ -126,6 +126,12 @@ docker_manifests:
|
||||||
- docker.io/jamesread/olivetin:{{ .Version }}-amd64
|
- docker.io/jamesread/olivetin:{{ .Version }}-amd64
|
||||||
- docker.io/jamesread/olivetin:{{ .Version }}-arm64
|
- docker.io/jamesread/olivetin:{{ .Version }}-arm64
|
||||||
|
|
||||||
|
- name_template: docker.io/jamesread/olivetin:latest-3k
|
||||||
|
image_templates:
|
||||||
|
- docker.io/jamesread/olivetin:{{ .Version }}-amd64
|
||||||
|
- docker.io/jamesread/olivetin:{{ .Version }}-arm64
|
||||||
|
|
||||||
|
|
||||||
- name_template: ghcr.io/olivetin/olivetin:{{ .Version }}
|
- name_template: ghcr.io/olivetin/olivetin:{{ .Version }}
|
||||||
image_templates:
|
image_templates:
|
||||||
- ghcr.io/olivetin/olivetin:{{ .Version }}-amd64
|
- ghcr.io/olivetin/olivetin:{{ .Version }}-amd64
|
||||||
|
|
@ -136,6 +142,12 @@ docker_manifests:
|
||||||
- ghcr.io/olivetin/olivetin:{{ .Version }}-amd64
|
- ghcr.io/olivetin/olivetin:{{ .Version }}-amd64
|
||||||
- ghcr.io/olivetin/olivetin:{{ .Version }}-arm64
|
- ghcr.io/olivetin/olivetin:{{ .Version }}-arm64
|
||||||
|
|
||||||
|
- name_template: ghcr.io/olivetin/olivetin:latest-3k
|
||||||
|
image_templates:
|
||||||
|
- ghcr.io/olivetin/olivetin:{{ .Version }}-amd64
|
||||||
|
- ghcr.io/olivetin/olivetin:{{ .Version }}-arm64
|
||||||
|
|
||||||
|
|
||||||
nfpms:
|
nfpms:
|
||||||
- id: default
|
- id: default
|
||||||
maintainer: James Read <contact@jread.com>
|
maintainer: James Read <contact@jread.com>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue