caddy-php-fpm/.woodpecker/build.yml

22 lines
398 B
YAML

matrix:
PHP_VERSION:
- 7.4
- 8.0
- 8.1
- 8.2
pipeline:
image-build:
image: plugins/docker
settings:
registry: techio.dev
repo: techio.dev/${CI_REPO}
tags:
- ${PHP_VERSION}
build_args:
- PHP_IMAGE=wordpress:php${PHP_VERSION}-fpm-alpine
username: deploy
password:
from_secret: deploy_password
when:
event: tag