From 56ba0cd9a2f0c35bb89a76202c293a0202d8759a Mon Sep 17 00:00:00 2001
From: Jamie Sinn <jamie.sinn@taplytics.com>
Date: Fri, 6 Sep 2024 16:28:25 -0400
Subject: [PATCH] Update release flow

---
 .goreleaser.yaml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 2802e4a..e4b95a1 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -12,17 +12,17 @@ builds:
       - linux
       - 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: false
+#
+#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: false
 
 archives:
   - format: tar.gz