mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-02 20:14:32 -04:00
lol fix
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
eac1588cde
commit
de0ee0f69f
@ -108,7 +108,7 @@ kos:
|
|||||||
- id: dockerhub
|
- id: dockerhub
|
||||||
build: headscale
|
build: headscale
|
||||||
base_image: gcr.io/distroless/base-debian12
|
base_image: gcr.io/distroless/base-debian12
|
||||||
repository: kradalby
|
repository: kradalby/headscale
|
||||||
bare: true
|
bare: true
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
@ -129,7 +129,7 @@ kos:
|
|||||||
repository: ghcr.io/kradalby/headscale
|
repository: ghcr.io/kradalby/headscale
|
||||||
bare: true
|
bare: true
|
||||||
base_image: "debian:12"
|
base_image: "debian:12"
|
||||||
build: kradalby/headscale
|
build: headscale
|
||||||
main: ./cmd/headscale
|
main: ./cmd/headscale
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
@ -148,9 +148,9 @@ kos:
|
|||||||
- "{{ if not .Prerelease }}stable{{ else }}unstable{{ end }}-debug"
|
- "{{ if not .Prerelease }}stable{{ else }}unstable{{ end }}-debug"
|
||||||
|
|
||||||
- id: dockerhub-debug
|
- id: dockerhub-debug
|
||||||
build: kradalby/headscale
|
build: headscale
|
||||||
base_image: "debian:12"
|
base_image: "debian:12"
|
||||||
repository: kradalby
|
repository: kradalby/headscale
|
||||||
bare: true
|
bare: true
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user