containers-geminabox/.woodpecker.yml

32 lines
791 B
YAML

pipeline:
publish:
image: plugins/docker
settings:
registry: registry.nulo.in
repo: registry.nulo.in/sutty/geminabox
tags:
- ${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
- latest
build_args:
- RUBY_VERSION=${RUBY_VERSION}
- RUBY_PATCH=${RUBY_PATCH}
- NIO4R_VERSION=${NIO4R_VERSION}
- PUMA_VERSION=${PUMA_VERSION}
- HIREDIS_VERSION=${HIREDIS_VERSION}
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/ruby
username: sutty
secrets:
- docker_password
when:
branch: antifascista
event: push
matrix:
include:
- ALPINE_VERSION: 3.13.6
RUBY_VERSION: 2.7
RUBY_PATCH: 5
NIO4R_VERSION: 2.5.8
PUMA_VERSION: 5.6.2
HIREDIS_VERSION: 0.6.3