mirror of
https://github.com/EdyTheCow/docker-whmcs.git
synced 2026-04-02 02:38:13 +00:00
18 lines
359 B
YAML
18 lines
359 B
YAML
name: Build WHMCS PHP-FPM
|
|
|
|
on:
|
|
push:
|
|
branches: [ docker-images ]
|
|
paths:
|
|
- 'whmcs-php-fpm/**'
|
|
pull_request:
|
|
paths:
|
|
- 'whmcs-php-fpm/**'
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/build-image-common.yml
|
|
with:
|
|
context: whmcs-php-fpm
|
|
image_tag: ghcr.io/edythecow/whmcs-php-fpm:latest
|
|
cache_scope: whmcs-php-fpm |