Compare commits
12 commits
cfd17097bd
...
511c12a673
Author | SHA1 | Date | |
---|---|---|---|
|
511c12a673 | ||
|
a18eec1c5b | ||
|
b04ee5bb01 | ||
|
0ac6c64369 | ||
|
b8a47fa42d | ||
|
074789dc94 | ||
|
baf76a7c9b | ||
|
1068b67884 | ||
|
434501ef54 | ||
|
e735a775e9 | ||
|
dcf07f90e7 | ||
|
4aa380ee62 |
1 changed files with 19 additions and 25 deletions
|
@ -1,35 +1,29 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: "plugins/docker"
|
||||||
settings:
|
settings:
|
||||||
registry: registry.nulo.in
|
registry: "registry.nulo.in"
|
||||||
username: sutty
|
username: "sutty"
|
||||||
repo: registry.nulo.in/sutty/rails
|
repo: "registry.nulo.in/sutty/rails"
|
||||||
tags:
|
tags:
|
||||||
- ${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
|
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
|
||||||
- latest
|
- "latest"
|
||||||
build_args:
|
build_args:
|
||||||
- RUBY_VERSION=${RUBY_VERSION}
|
- "RUBY_VERSION=${RUBY_VERSION}"
|
||||||
- RUBY_PATCH=${RUBY_PATCH}
|
- "RUBY_PATCH=${RUBY_PATCH}"
|
||||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||||
- BASE_IMAGE=registry.nulo.in/sutty/ruby
|
- "BASE_IMAGE=registry.nulo.in/sutty/ruby"
|
||||||
purge: false
|
purge: false
|
||||||
secrets:
|
secrets:
|
||||||
- docker_password
|
- "docker_password"
|
||||||
when:
|
when:
|
||||||
branch: antifascista
|
branch: "antifascista"
|
||||||
event: push
|
event: "push"
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- ALPINE_VERSION: 3.17.0
|
- ALPINE_VERSION: "3.17.3"
|
||||||
RUBY_VERSION: 3.1
|
RUBY_VERSION: "3.1"
|
||||||
RUBY_PATCH: 2
|
RUBY_PATCH: "4"
|
||||||
- ALPINE_VERSION: 3.16.2
|
- ALPINE_VERSION: "3.14.10"
|
||||||
RUBY_VERSION: 3.1
|
RUBY_VERSION: "2.7"
|
||||||
RUBY_PATCH: 2
|
RUBY_PATCH: "8"
|
||||||
- ALPINE_VERSION: 3.15.6
|
|
||||||
RUBY_VERSION: 3.0
|
|
||||||
RUBY_PATCH: 4
|
|
||||||
- ALPINE_VERSION: 3.14.8
|
|
||||||
RUBY_VERSION: 2.7
|
|
||||||
RUBY_PATCH: 6
|
|
||||||
|
|
Loading…
Reference in a new issue