From fe23f8140a73018e29866fee4f76d3cc1871a603 Mon Sep 17 00:00:00 2001
From: Lee Briggs <lbriggs@apptio.com>
Date: Tue, 30 Jan 2018 11:16:53 -0800
Subject: [PATCH] Remove docker build

---
 .goreleaser.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.goreleaser.yml b/.goreleaser.yml
index 61aa356..7cb5822 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -9,11 +9,6 @@ builds:
 # Archive customization
 archive:
   format: tar.gz
-dockers:
-  -
-    binary: kube-bench
-    image: aquasec/kube-bench
-    latest: true
 fpm:
   vendor: Aqua Security
   description: "The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed according to security best practices"
-- 
GitLab