php-fpm/.woodpecker/ioncube.yml

23 lines
423 B
YAML

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