ectomobile/.woodpecker.yml

26 lines
491 B
YAML
Raw Normal View History

2022-03-12 18:57:02 +00:00
pipeline:
publish:
image: plugins/docker
2022-03-12 19:38:17 +00:00
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
2022-03-12 18:57:02 +00:00
secrets:
- docker_password
when:
2022-03-12 19:15:23 +00:00
branch: no-masters
2022-03-12 18:57:02 +00:00
event: push
matrix:
ALPINE_VERSION:
- 3.13.6
RUBY_VERSION:
- 2.7
RUBY_PATCH:
- 5