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