ectomobile/.woodpecker.yml

26 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