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:
|
||||
schedule:
|
||||
- cron: '0 1 * * 0'
|
||||
push:
|
||||
tags: [ 'v*.*.*' ]
|
||||
paths:
|
||||
- 'Dockerfile'
|
||||
- 'config/**'
|
||||
|
||||
env:
|
||||
PHP_EXTENSION_INSTALL_VERSION: 'latest'
|
||||
COMPOSER_VERSION: 'latest'
|
||||
|
Loading…
Reference in New Issue
Block a user