From 0a2dd29940a563d3dd82ee59d29a873773c8c7aa Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Tue, 10 Jul 2018 13:46:36 +0200 Subject: [PATCH] Add badge for docker build --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 465f2c44..d3d4563c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# yq [![Build Status](https://travis-ci.org/mikefarah/yq.svg?branch=master)](https://travis-ci.org/mikefarah/yq) +# yq [![Build Status](https://travis-ci.org/mikefarah/yq.svg?branch=master)](https://travis-ci.org/mikefarah/yq) +[![Docker Automated build](https://img.shields.io/docker/automated/mikefarah/yq.svg)](https://hub.docker.com/r/mikefarah/yq/) + + a lightweight and portable command-line YAML processor The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files.