containers-monit/.woodpecker.yml
f 3034258f36
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Merge branch 'antifascista' of ssh://gitea.nulo.in:420/Sutty/containers-skel into syslogize
2022-07-19 18:49:33 -03:00

26 lines
475 B
YAML

pipeline:
publish:
image: plugins/docker
settings:
registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/monit
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=alpine
purge: false
secrets:
- docker_password
when:
branch: antifascista
event: push
matrix:
ALPINE_VERSION:
- 3.16.1
- 3.15.5
- 3.14.7
- 3.13.11