Skip to content

Commit

Permalink
lol fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Feb 15, 2024
1 parent eac1588 commit de0ee0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit de0ee0f

Please sign in to comment.