php-fpm: fixed build tags generation
This commit is contained in:
4
.github/workflows/php-fpm.yml
vendored
4
.github/workflows/php-fpm.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user