From e68f384063d0445cdb083272095ae455bccfa5cb Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Tue, 2 Aug 2022 14:47:07 -0400 Subject: [PATCH] disable release for docker assets (#1137) --- .goreleaser_docker.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.goreleaser_docker.yaml b/.goreleaser_docker.yaml index 204cf6e910b..70d49a2d1e1 100644 --- a/.goreleaser_docker.yaml +++ b/.goreleaser_docker.yaml @@ -4,6 +4,9 @@ # https://github.com/anchore/syft/issues/577 # https://github.com/anchore/syft/issues/519 # https://github.com/anchore/syft/issues/576 +release: + disable: true + env: # required to support multi architecture docker builds - DOCKER_CLI_EXPERIMENTAL=enabled