1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

also build haze image on php changes

This commit is contained in:
Robin Appelman 2023-08-14 19:26:51 +02:00
commit 70f2953de9

View file

@ -4,6 +4,7 @@ on:
push:
branches: ['main']
paths:
- '.github/**'
- 'images/**'
permissions:
@ -29,8 +30,11 @@ jobs:
with:
filters: |
php:
- '.github/**'
- 'images/php/**'
haze:
- '.github/**'
- 'images/php/**'
- 'images/haze/**'
- name: Log in to the Container registry
@ -65,4 +69,4 @@ jobs:
build-args: |
PHP_VERSION=${{ matrix.php-version }}${{ matrix.variant }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max