From 8abdf0007d2d4cb1e3f4a19396bbfd8536dee74a Mon Sep 17 00:00:00 2001 From: Elijah Duffy Date: Mon, 8 Dec 2025 02:01:54 -0800 Subject: [PATCH] php-fpm: tag as -latest instead of -stable Practically speaking since I'm not testing literally any of this right now, it should be treated as a latest release. Long-term it would probably be wise to roll out a dedicated WordPress site and have a latest -> stable promotion process that pushes the WordPress site to the latest and performs a healthcheck before retagging. --- .github/workflows/php-fpm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-fpm.yml b/.github/workflows/php-fpm.yml index 285bd6f..131c9e0 100644 --- a/.github/workflows/php-fpm.yml +++ b/.github/workflows/php-fpm.yml @@ -72,7 +72,7 @@ jobs: with: images: gitea.auvem.com/auvem/wordpress-docker/php-fpm tags: | - type=raw,value=${{ matrix.lane }}-stable + type=raw,value=${{ matrix.lane }}-latest type=raw,value=${{ matrix.lane }}-${{ github.sha }} - name: Build and push Docker image