Skip to content

Commit

Permalink
Updated the repo in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
hopleus committed Oct 4, 2024
1 parent f74e108 commit 9b21de0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ nfpms:
priority: optional
vendor: headscale
maintainer: Kristoffer Dalby <kristoffer@dalby.cc>
homepage: https://github.com/juanfont/headscale
homepage: https://github.com/hopleus/headscale
license: BSD
bindir: /usr/bin
formats:
Expand All @@ -82,7 +82,7 @@ nfpms:

kos:
- id: ghcr
repository: ghcr.io/juanfont/headscale
repository: ghcr.io/hopleus/headscale

# bare tells KO to only use the repository
# for tagging and naming the container.
Expand Down Expand Up @@ -113,7 +113,7 @@ kos:
- id: dockerhub
build: headscale
base_image: gcr.io/distroless/base-debian12
repository: headscale/headscale
repository: hopleus/headscale
bare: true
platforms:
- linux/amd64
Expand All @@ -134,7 +134,7 @@ kos:
- "sha-{{ .ShortCommit }}"

- id: ghcr-debug
repository: ghcr.io/juanfont/headscale
repository: ghcr.io/hopleus/headscale
bare: true
base_image: gcr.io/distroless/base-debian12:debug
build: headscale
Expand Down Expand Up @@ -162,7 +162,7 @@ kos:
- id: dockerhub-debug
build: headscale
base_image: gcr.io/distroless/base-debian12:debug
repository: headscale/headscale
repository: hopleus/headscale
bare: true
platforms:
- linux/amd64
Expand Down

0 comments on commit 9b21de0

Please sign in to comment.