containers-ruby/.woodpecker.yml

35 lines
849 B
YAML
Raw Normal View History

2021-10-03 23:19:00 +00:00
pipeline:
publish:
image: plugins/docker
registry: registry.nulo.in
2022-02-15 18:23:19 +00:00
repo: registry.nulo.in/sutty/ruby
2021-10-03 23:19:00 +00:00
tags:
2022-02-15 18:23:19 +00:00
- ${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
2021-10-03 23:19:00 +00:00
- latest
build_args:
2022-02-15 18:23:19 +00:00
- RUBY_VERSION=${RUBY_VERSION}
- RUBY_PATCH=${RUBY_PATCH}
2021-10-03 23:19:00 +00:00
- ALPINE_VERSION=${ALPINE_VERSION}
2022-02-15 18:23:19 +00:00
- BASE_IMAGE=registry.nulo.in/sutty/monit
2021-10-03 23:19:00 +00:00
username: sutty
secrets:
- docker_password
2022-02-15 18:27:53 +00:00
cache_from: registry.nulo.in/sutty/ruby:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
2021-10-03 23:19:00 +00:00
when:
branch: antifascista
event: push
matrix:
2022-02-15 18:23:19 +00:00
include:
- ALPINE_VERSION: 3.13.6
RUBY_VERSION: 2.7
RUBY_PATCH: 5
- ALPINE_VERSION: 3.13.7
2022-02-15 18:54:03 +00:00
RUBY_VERSION: 2.7
2022-02-15 18:23:19 +00:00
RUBY_PATCH: 5
- ALPINE_VERSION: 3.14.3
2022-02-15 18:54:03 +00:00
RUBY_VERSION: 2.7
2022-02-15 18:23:19 +00:00
RUBY_PATCH: 5
- ALPINE_VERSION: 3.15.0
RUBY_VERSION: 3.0
RUBY_PATCH: 3