From af5787c7340639390c07ee48af8fb3c6a1fe2304 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Sat, 13 Sep 2025 19:37:14 -0300 Subject: [PATCH] fix(docs): Add GHCR badge for Apache image in `README.md`. --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 826cb1f..e0dbcfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ - Bug #188: Update `README.md` to include `FrankenPHP` badge for classic web server setup (@terabytesoftw) - Bug #190: Simplify Docker workflow by removing unnecessary steps and adding healthcheck configuration (@terabytesoftw) - Enh #192: Use pre-built Docker image for Yii2 with Apache + PHP-FPM Debian Trixie `ghcr.io/yii2-extensions/apache:8.4-debian-dev-v1.0.0` (@terabytesoftw) +- Bug #193: Add GHCR badge for Apache image in `README.md` (@terabytesoftw) ## 0.1.0 August 31, 2025 diff --git a/README.md b/README.md index ecb4a98..6430cd8 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ final class SiteController extends Controller ## Package information [![Development Status](https://img.shields.io/badge/Status-Dev-orange.svg?style=for-the-badge&logo=packagist&logoColor=white)](https://github.com/yii2-extensions/app-basic/tree/apache) +[![GHCR](https://img.shields.io/badge/GHCR-Apache%20Image-blue?style=for-the-badge&logo=github&logoColor=white)](https://github.com/yii2-extensions/docker-images/pkgs/container/apache) ## Quality code