From c8310341ee6aba9e1d5534a2427f69339567a37d Mon Sep 17 00:00:00 2001 From: Lucas Leadbetter <5595530+lleadbet@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:07:45 -0400 Subject: [PATCH] remove docker from goreleaser --- .goreleaser.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b28ea93..cebb7f1 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -17,11 +17,6 @@ builds: - amd64 - arm64 -dockers: - - image_templates: - - 'ghcr.io/apollosolutions/uplink-relay:{{ .Tag }}' - - 'ghcr.io/apollosolutions/uplink-relay:latest' - archives: - format: tar.gz # this name template makes the OS and Arch compatible with the results of `uname`.