php-fpm: fixed build tags generation
Some checks failed
php-fpm-build / lanes (push) Successful in 20s
php-fpm-build / build (push) Failing after 1m2s

This commit is contained in:
Elijah Duffy
2025-12-08 00:22:24 -08:00
parent 432855c234
commit f13fdb29cc

View File

@@ -117,8 +117,8 @@ jobs:
with: with:
images: gitea.auvem.com/auvem/wordpress-docker/php-fpm images: gitea.auvem.com/auvem/wordpress-docker/php-fpm
tags: | tags: |
type=raw,value={{matrix.lane}}-stable type=raw,value=${{ matrix.lane }}-stable
type=raw,value={{matrix.lane}}-{{sha}} type=raw,value=${{ matrix.lane }}-${{ github.sha }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6