19 lines
388 B
YAML
19 lines
388 B
YAML
|
|
||
|
Active: true
|
||
|
# Active: false # to not follow up webhook workflow
|
||
|
|
||
|
# Sources for src file
|
||
|
Repo: https://github.com/docker-library/wordpress.git
|
||
|
Source: wordpress/php8.0/fpm-alpine
|
||
|
|
||
|
TargetGit: ssh://git@rlung.librecloud.online:32225/Termas.LibreCloud.online/wordpress-fpm.git
|
||
|
|
||
|
# Name - Version, etc
|
||
|
Name: wordpress-fpm
|
||
|
Version: 7.4
|
||
|
|
||
|
# To get latest
|
||
|
IMAGE_NAME: wordpress
|
||
|
IMAGE_MATCH: 7.
|
||
|
|