From d3499cad4e041fbc1d7bbb274cd22e9e92b7fd0e Mon Sep 17 00:00:00 2001 From: Jamie Sinn Date: Tue, 3 Sep 2024 14:53:32 -0400 Subject: [PATCH] Build dockerfile and publish to GHCR --- .goreleaser.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 38dab2f..7e604e6 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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