Skip to content

Commit

Permalink
Build dockerfile and publish to GHCR (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn authored Sep 4, 2024
1 parent 4a61512 commit f98db98
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ builds:
- windows
- darwin

dockers:
- image_templates:
- "ghcr.io/devcyclehq/sdk-proxy:{{ .Version }}"
- "ghcr.io/devcyclehq/sdk-proxy:{{ .Tag }}"
- "ghcr.io/devcyclehq/sdk-proxy:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "ghcr.io/devcyclehq/sdk-proxy:latest"
goos: linux
goarch: amd64
dockerfile: Dockerfile
skip_push: true

archives:
- format: tar.gz
# The following template controls the format of the .tar.gz filenames
Expand Down

0 comments on commit f98db98

Please sign in to comment.