Skip to content

Commit

Permalink
dockerhub test
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 82c64f6 commit a75f47f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Run goreleaser
run: nix develop --command -- goreleaser release --clean
run: nix develop --command -- goreleaser release --clean --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 changes: 4 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ nfpms:

kos:
- id: ghcr
repository: ghcr.io/juanfont/headscale
repository: ghcr.io/kradalby/headscale
base_image: gcr.io/distroless/base-debian12
build: headscale
main: ./cmd/headscale
Expand All @@ -104,7 +104,7 @@ kos:
- id: dockerhub
build: headscale
base_image: gcr.io/distroless/base-debian12
repository: headscale/headscale
repository: kradalby/headscale
platforms:
- linux/amd64
- linux/386
Expand All @@ -120,7 +120,7 @@ kos:
- "{{ if not .Prerelease }}stable{{ end }}"

- id: ghcr-debug
repository: ghcr.io/juanfont/headscale
repository: ghcr.io/kradalby/headscale
base_image: "debian:12"
build: headscale
main: ./cmd/headscale
Expand All @@ -138,12 +138,11 @@ kos:
- "{{ .Major }}.{{ .Minor }}-debug"
- "{{ .Major }}-debug"
- "sha-{{ .ShortCommit }}-debug"
- "{{ if not .Prerelease }}stable{{ end }}-debug"

- id: dockerhub-debug
build: headscale
base_image: "debian:12"
repository: headscale/headscale
repository: kradalby/headscale
platforms:
- linux/amd64
- linux/386
Expand All @@ -156,7 +155,6 @@ kos:
- "{{ .Major }}.{{ .Minor }}-debug"
- "{{ .Major }}-debug"
- "sha-{{ .ShortCommit }}-debug"
- "{{ if not .Prerelease }}stable{{ end }}-debug"

checksum:
name_template: "checksums.txt"
Expand Down

0 comments on commit a75f47f

Please sign in to comment.