feature: add more trigger
This commit is contained in:
parent
c8b67cc095
commit
68231d2e6c
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
@ -1,10 +1,14 @@
|
|||||||
name: Build image
|
name: Build Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 1 * * 0'
|
- cron: '0 1 * * 0'
|
||||||
push:
|
push:
|
||||||
tags: [ 'v*.*.*' ]
|
tags: [ 'v*.*.*' ]
|
||||||
|
paths:
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'config/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PHP_EXTENSION_INSTALL_VERSION: 'latest'
|
PHP_EXTENSION_INSTALL_VERSION: 'latest'
|
||||||
COMPOSER_VERSION: 'latest'
|
COMPOSER_VERSION: 'latest'
|
||||||
|
Loading…
Reference in New Issue
Block a user