From 9126a39ae2c3d08c56a3ff848fa3dd4b18c22003 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Sat, 16 Mar 2024 09:19:24 +0000 Subject: [PATCH] Docs (readme): Update GitHub CI badge Signed-off-by: Leonard Jonathan Oh --- README.md | 2 +- generate/templates/README.md.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d223197..dc1a97b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # docker-coredns -[![github-actions](https://github.com/theohbrothers/docker-coredns/workflows/ci-master-pr/badge.svg)](https://github.com/theohbrothers/docker-coredns/actions) +[![github-actions](https://github.com/theohbrothers/docker-coredns/actions/workflows/ci-master-pr.yml/badge.svg?branch=master)](https://github.com/theohbrothers/docker-coredns/actions/workflows/ci-master-pr.yml) [![github-release](https://img.shields.io/github/v/release/theohbrothers/docker-coredns?style=flat-square)](https://github.com/theohbrothers/docker-coredns/releases/) [![docker-image-size](https://img.shields.io/docker/image-size/theohbrothers/docker-coredns/latest)](https://hub.docker.com/r/theohbrothers/docker-coredns) diff --git a/generate/templates/README.md.ps1 b/generate/templates/README.md.ps1 index c8aa4c4..fc4c645 100755 --- a/generate/templates/README.md.ps1 +++ b/generate/templates/README.md.ps1 @@ -1,7 +1,7 @@ @" # docker-coredns -[![github-actions](https://github.com/theohbrothers/docker-coredns/workflows/ci-master-pr/badge.svg)](https://github.com/theohbrothers/docker-coredns/actions) +[![github-actions](https://github.com/theohbrothers/docker-coredns/actions/workflows/ci-master-pr.yml/badge.svg?branch=master)](https://github.com/theohbrothers/docker-coredns/actions/workflows/ci-master-pr.yml) [![github-release](https://img.shields.io/github/v/release/theohbrothers/docker-coredns?style=flat-square)](https://github.com/theohbrothers/docker-coredns/releases/) [![docker-image-size](https://img.shields.io/docker/image-size/theohbrothers/docker-coredns/latest)](https://hub.docker.com/r/theohbrothers/docker-coredns)