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:
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue