From bec29f6c5b7fc8b207c85344dc0c02d0bd6f724f Mon Sep 17 00:00:00 2001 From: Martin Stone Date: Wed, 14 Feb 2024 17:25:58 +0000 Subject: [PATCH] Rename workflow file, fix README badge --- .github/workflows/{release-branch.yml => build_branch.yml} | 0 README.md | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{release-branch.yml => build_branch.yml} (100%) diff --git a/.github/workflows/release-branch.yml b/.github/workflows/build_branch.yml similarity index 100% rename from .github/workflows/release-branch.yml rename to .github/workflows/build_branch.yml diff --git a/README.md b/README.md index dc91803..a050f33 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status][build-status-shield]](https://github.com/LycheeOrg/Lychee-Docker/actions/workflows/cron.yml) +[![Build Status][build-status-shield]](https://github.com/LycheeOrg/Lychee-Docker/actions/workflows/nightly.yml) [![Last Commit][last-commit-shield]](https://github.com/LycheeOrg/Lychee-Docker/commits/master) [![Lychee Version][lychee-version-shield]](https://hub.docker.com/r/lycheeorg/lychee) [![Docker Pulls (new)][docker-pulls-shield]](https://hub.docker.com/r/lycheeorg/lychee) @@ -33,7 +33,7 @@ The following tags are available : * `v[NUMBER]`: Stable version tag for a Lychee release * `nightly` (also `dev`): Current master branch tag (Lychee operates on a stable master, so this should usually be safe) * `devtools`: As above, but includes development dependencies -* `testing`: Tag for testing new branches and pull requests. Designed for internal use by LycheeOrg. +* `testing`: Tag for testing new branches and pull requests. Designed for internal use by LycheeOrg * `alpha`: Current alpha branch tag (The alpha branch contains bleeding edge changes that are not peer-reviewed) * `alpha-devtools`: As above, but includes development dependencies @@ -145,7 +145,7 @@ If you need to add (not change) nginx directives, files mounted in `/etc/nginx/c [arm64-shield]: https://img.shields.io/badge/arm64-yes-success.svg?style=flat [amd64-shield]: https://img.shields.io/badge/amd64-yes-success.svg?style=flat [armv7-shield]: https://img.shields.io/badge/armv7-yes-success.svg?style=flat -[build-status-shield]: https://img.shields.io/github/actions/workflow/status/LycheeOrg/Lychee-Docker/cron.yml?label=%3Adev%20build +[build-status-shield]: https://img.shields.io/github/actions/workflow/status/LycheeOrg/Lychee-Docker/nightly.yml?label=nightly [docker-pulls-shield-old]: https://img.shields.io/docker/pulls/lycheeorg/lychee-laravel.svg?style=flat&label=Docker%20Pulls%20(lychee-laravel) [docker-pulls-shield]: https://img.shields.io/docker/pulls/lycheeorg/lychee.svg?style=flat&label=Docker%20Pulls%20(lychee) [lychee-version-shield]: https://img.shields.io/docker/v/lycheeorg/lychee/latest?style=flat&label=Lychee%20Version%20(:latest)