From 24ed40437d015c3894774cec9923672c0d0a5228 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 23 Oct 2020 13:09:25 -0400 Subject: [PATCH] Add GitHub Actions badge for build status --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2506f6839a..6c02952e5b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ `ko` is a tool for building and deploying Golang applications to Kubernetes. -[![Build Status](https://travis-ci.org/google/ko.svg?branch=master)](https://travis-ci.org/google/ko) +[![Travis Build Status](https://travis-ci.org/google/ko.svg?branch=master)](https://travis-ci.org/google/ko) +[![GitHub Actions Build Status](https://github.com/google/ko/workflows/Build/badge.svg)](https://github.com/google/ko/actions?query=workflow%3ABuild) [![GoDoc](https://godoc.org/github.com/google/ko?status.svg)](https://godoc.org/github.com/google/ko) [![Go Report Card](https://goreportcard.com/badge/google/ko)](https://goreportcard.com/report/google/ko)