From c79146213846be89b333afb06e5285dbb7fdff04 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Sat, 1 May 2021 17:36:42 +0000 Subject: [PATCH] adding GHA images --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37a56df..08029d6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # shpod +[![GitHub Super-Linter](https://github.com/bretfisher/shpod/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter) +![Build and Push Image](https://github.com/bretfisher/shpod/actions/workflows/docker-build-and-push.yml/badge.svg?branch=main) + **TL,DR:** `curl https://k8smastery.com/shpod.sh | sh` @@ -99,4 +102,4 @@ it will try to start another process using `kubectl exec`. Note that if the first shpod process exits, Kubernetes will terminate all the other processes. -## Thanks to @jpetazzo for this great open source \ No newline at end of file +## Thanks to @jpetazzo for this great open source