mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-23 02:24:10 +00:00
lol fix
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
eac1588cde
commit
de0ee0f69f
1 changed files with 4 additions and 4 deletions
|
|
@ -108,7 +108,7 @@ kos:
|
|||
- id: dockerhub
|
||||
build: headscale
|
||||
base_image: gcr.io/distroless/base-debian12
|
||||
repository: kradalby
|
||||
repository: kradalby/headscale
|
||||
bare: true
|
||||
platforms:
|
||||
- linux/amd64
|
||||
|
|
@ -129,7 +129,7 @@ kos:
|
|||
repository: ghcr.io/kradalby/headscale
|
||||
bare: true
|
||||
base_image: "debian:12"
|
||||
build: kradalby/headscale
|
||||
build: headscale
|
||||
main: ./cmd/headscale
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
|
|
@ -148,9 +148,9 @@ kos:
|
|||
- "{{ if not .Prerelease }}stable{{ else }}unstable{{ end }}-debug"
|
||||
|
||||
- id: dockerhub-debug
|
||||
build: kradalby/headscale
|
||||
build: headscale
|
||||
base_image: "debian:12"
|
||||
repository: kradalby
|
||||
repository: kradalby/headscale
|
||||
bare: true
|
||||
platforms:
|
||||
- linux/amd64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue