ectomobile/.woodpecker.yml

30 lines
573 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
2022-03-12 19:02:39 +00:00
path:
include:
- ./Dockerfile
- ./.woodpecker.yml
ignore_message: '[all]'
2022-03-12 18:57:02 +00:00
matrix:
ALPINE_VERSION:
- 3.13.6
RUBY_VERSION:
- 2.7
RUBY_PATCH:
- 5