From 282a5037cac31c4a128a5c40b775a2f7ea830c8d Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Wed, 17 Mar 2021 21:31:56 +0300 Subject: [PATCH] Fix CI badge in README This is a follow-up to #970 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 824365ea51..95c3003656 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # hcsshim -[![Build status](https://github.com/microsoft/hcsshim/actions/workflows/CI/badge.svg?branch=master)](https://github.com/microsoft/hcsshim/actions?query=branch%3Amaster) +[![Build status](https://github.com/microsoft/hcsshim/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/microsoft/hcsshim/actions?query=branch%3Amaster) This package contains the Golang interface for using the Windows [Host Compute Service](https://techcommunity.microsoft.com/t5/containers/introducing-the-host-compute-service-hcs/ba-p/382332) (HCS) to launch and manage [Windows Containers](https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/). It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS).