ectomobile/.woodpecker.yml
f 58e5186239
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
lint
2022-03-12 16:38:17 -03:00

25 lines
491 B
YAML

pipeline:
publish:
image: plugins/docker
settings:
repo: registry.nulo.in/sutty/ectomobile
registry: registry.nulo.in
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/rails
username: sutty
secrets:
- docker_password
when:
branch: no-masters
event: push
matrix:
ALPINE_VERSION:
- 3.13.6
RUBY_VERSION:
- 2.7
RUBY_PATCH:
- 5