From bb59d527eb5a60b2cefb8999972287742db729df Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Thu, 12 Sep 2019 03:04:09 -0700 Subject: [PATCH] Remove docker from the build pipeline --- .goreleaser.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c5bcca78..da58079f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -30,6 +30,6 @@ brews: homepage: 'https://wtfutil.com' description: 'The personal information dashboard for your terminal.' -dockers: - - image_templates: - - wtfutil/wtf +# dockers: +# - image_templates: +# - wtfutil/wtf