16 lines
272 B
YAML
16 lines
272 B
YAML
|
Active: true
|
||
|
# Active: false # to not follow up webhook workflow
|
||
|
# Sources for src file
|
||
|
#
|
||
|
Repo: https://github.com/docker-library/php.git
|
||
|
Source: php/8.1/buster/apache
|
||
|
|
||
|
# Name - Version, etc
|
||
|
Name: apache-php
|
||
|
Version: 8.1
|
||
|
|
||
|
# To get latest
|
||
|
IMAGE_NAME: php
|
||
|
IMAGE_MATCH: 8.
|
||
|
|