php-fpm: tag as -latest instead of -stable
All checks were successful
php-fpm-build / build (7.4) (push) Successful in 5m4s
All checks were successful
php-fpm-build / build (7.4) (push) Successful in 5m4s
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.
This commit is contained in:
2
.github/workflows/php-fpm.yml
vendored
2
.github/workflows/php-fpm.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user