ectomobile/.woodpecker.yml

26 lines
484 B
YAML
Raw Normal View History

2022-03-12 18:57:02 +00:00
pipeline:
publish:
image: plugins/docker
registry: registry.nulo.in
repo: registry.nulo.in/sutty/ectomobile
tags:
- ${ALPINE_VERSION}
- latest
build_args:
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/rails
username: sutty
secrets:
- docker_password
when:
branch: antifascista
event: push
path: Dockerfile
matrix:
ALPINE_VERSION:
- 3.13.6
RUBY_VERSION:
- 2.7
RUBY_PATCH:
- 5