Compare commits
5 commits
a2be2928ba
...
26f9cb8ad9
Author | SHA1 | Date | |
---|---|---|---|
|
26f9cb8ad9 | ||
|
7bac2524c1 | ||
|
40328a9ff6 | ||
|
dcf07f90e7 | ||
|
4aa380ee62 |
1 changed files with 19 additions and 20 deletions
|
@ -1,29 +1,28 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
image: "plugins/docker"
|
||||
settings:
|
||||
registry: registry.nulo.in
|
||||
username: sutty
|
||||
repo: registry.nulo.in/sutty/containers-gem-compiler
|
||||
cache_from: registry.nulo.in/sutty/containers-gem-compiler
|
||||
registry: "registry.nulo.in"
|
||||
username: "sutty"
|
||||
repo: "registry.nulo.in/sutty/containers-gem-compiler"
|
||||
tags:
|
||||
- ${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
|
||||
- latest
|
||||
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
|
||||
- "latest"
|
||||
build_args:
|
||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||
- RUBY_VERSION=${RUBY_VERSION}
|
||||
- RUBY_PATCH=${RUBY_PATCH}
|
||||
- BASE_IMAGE=registry.nulo.in/sutty/containers-sdk-ruby
|
||||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||
- "RUBY_VERSION=${RUBY_VERSION}"
|
||||
- "RUBY_PATCH=${RUBY_PATCH}"
|
||||
- "BASE_IMAGE=registry.nulo.in/sutty/containers-sdk-ruby"
|
||||
secrets:
|
||||
- docker_password
|
||||
- "docker_password"
|
||||
when:
|
||||
branch: antifascista
|
||||
event: push
|
||||
branch: "antifascista"
|
||||
event: "push"
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: 3.17.1
|
||||
RUBY_VERSION: 3.1
|
||||
RUBY_PATCH: 2
|
||||
- ALPINE_VERSION: 3.14.8
|
||||
RUBY_VERSION: 2.7
|
||||
RUBY_PATCH: 6
|
||||
- ALPINE_VERSION: "3.17.1"
|
||||
RUBY_VERSION: "3.1"
|
||||
RUBY_PATCH: "3"
|
||||
- ALPINE_VERSION: "3.14.8"
|
||||
RUBY_VERSION: "2.7"
|
||||
RUBY_PATCH: "7"
|
||||
|
|
Loading…
Reference in a new issue