From c69936d3f8944bd2364aca3c0a27827c91094b12 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Mon, 2 May 2022 15:43:05 -0400 Subject: [PATCH] adding badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bf38bbf..3688032 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Docker Build and Push GitHub Actions Workflow +[![Lint Code Base](https://github.com/BretFisher/docker-build-workflow/actions/workflows/call-super-linter.yaml/badge.svg)](https://github.com/BretFisher/docker-build-workflow/actions/workflows/call-super-linter.yaml) +[![Docker Build](https://github.com/BretFisher/docker-build-workflow/actions/workflows/call-local-docker-build.yaml/badge.svg)](https://github.com/BretFisher/docker-build-workflow/actions/workflows/call-local-docker-build.yaml) + A Reusable Workflow of the Docker GitHub Actions steps. Enhanced with learnings from production use. ## Reasons to use this workflow