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