mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-03 12:34:32 -04:00
unstable tag
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
7aa0249877
commit
eac1588cde
@ -103,7 +103,7 @@ kos:
|
|||||||
- "{{ .Major }}.{{ .Minor }}"
|
- "{{ .Major }}.{{ .Minor }}"
|
||||||
- "{{ .Major }}"
|
- "{{ .Major }}"
|
||||||
- "sha-{{ .ShortCommit }}"
|
- "sha-{{ .ShortCommit }}"
|
||||||
- "{{ if not .Prerelease }}stable{{ end }}"
|
- "{{ if not .Prerelease }}stable{{ else }}unstable{{ end }}"
|
||||||
|
|
||||||
- id: dockerhub
|
- id: dockerhub
|
||||||
build: headscale
|
build: headscale
|
||||||
@ -123,6 +123,7 @@ kos:
|
|||||||
- "{{ .Major }}"
|
- "{{ .Major }}"
|
||||||
- "sha-{{ .ShortCommit }}"
|
- "sha-{{ .ShortCommit }}"
|
||||||
- "{{ if not .Prerelease }}stable{{ end }}"
|
- "{{ if not .Prerelease }}stable{{ end }}"
|
||||||
|
- "{{ if not .Prerelease }}stable{{ else }}unstable{{ end }}"
|
||||||
|
|
||||||
- id: ghcr-debug
|
- id: ghcr-debug
|
||||||
repository: ghcr.io/kradalby/headscale
|
repository: ghcr.io/kradalby/headscale
|
||||||
@ -144,6 +145,7 @@ kos:
|
|||||||
- "{{ .Major }}.{{ .Minor }}-debug"
|
- "{{ .Major }}.{{ .Minor }}-debug"
|
||||||
- "{{ .Major }}-debug"
|
- "{{ .Major }}-debug"
|
||||||
- "sha-{{ .ShortCommit }}-debug"
|
- "sha-{{ .ShortCommit }}-debug"
|
||||||
|
- "{{ if not .Prerelease }}stable{{ else }}unstable{{ end }}-debug"
|
||||||
|
|
||||||
- id: dockerhub-debug
|
- id: dockerhub-debug
|
||||||
build: kradalby/headscale
|
build: kradalby/headscale
|
||||||
@ -162,6 +164,7 @@ kos:
|
|||||||
- "{{ .Major }}.{{ .Minor }}-debug"
|
- "{{ .Major }}.{{ .Minor }}-debug"
|
||||||
- "{{ .Major }}-debug"
|
- "{{ .Major }}-debug"
|
||||||
- "sha-{{ .ShortCommit }}-debug"
|
- "sha-{{ .ShortCommit }}-debug"
|
||||||
|
- "{{ if not .Prerelease }}stable{{ else }}unstable{{ end }}-debug"
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "checksums.txt"
|
name_template: "checksums.txt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user