From c151178a0359102ee02d213f1b786b1b784cfb5c Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 18 Aug 2020 17:54:41 +0200 Subject: [PATCH] Add badges Signed-off-by: CrazyMax --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 115adaf..f3726de 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![GitHub release](https://img.shields.io/github/release/docker/setup-buildx-action.svg?style=flat-square)](https://github.com/docker/setup-buildx-action/releases/latest) +[![GitHub marketplace](https://img.shields.io/badge/marketplace-docker--setup--buildx-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/docker-setup-buildx) +[![CI workflow](https://img.shields.io/github/workflow/status/docker/setup-buildx-action/ci?label=ci&logo=github&style=flat-square)](https://github.com/docker/setup-buildx-action/actions?workflow=ci) +[![Test workflow](https://img.shields.io/github/workflow/status/docker/setup-buildx-action/test?label=test&logo=github&style=flat-square)](https://github.com/docker/setup-buildx-action/actions?workflow=test) + ## About GitHub Action to set up Docker [Buildx](https://github.com/docker/buildx).