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:
parent
076039d009
commit
70f2953de9
1 changed files with 5 additions and 1 deletions
6
.github/workflows/docker.yaml
vendored
6
.github/workflows/docker.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue