php-fpm/.woodpecker/normal.yml

22 lines
374 B
YAML

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