26 lines
484 B
YAML
26 lines
484 B
YAML
![]() |
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
|