Compare commits
6 commits
1391fb941d
...
06676378e5
Author | SHA1 | Date | |
---|---|---|---|
|
06676378e5 | ||
|
238b418f58 | ||
|
2a304a6321 | ||
|
5c21a038ce | ||
|
dcf07f90e7 | ||
|
4aa380ee62 |
1 changed files with 21 additions and 26 deletions
|
@ -1,34 +1,29 @@
|
|||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
image: "plugins/docker"
|
||||
settings:
|
||||
registry: registry.nulo.in
|
||||
username: sutty
|
||||
repo: registry.nulo.in/sutty/containers-sdk-ruby
|
||||
tags:
|
||||
- ${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
|
||||
- latest
|
||||
build_args:
|
||||
- RUBY_VERSION=${RUBY_VERSION}
|
||||
- RUBY_PATCH=${RUBY_PATCH}
|
||||
- ALPINE_VERSION=${ALPINE_VERSION}
|
||||
- BASE_IMAGE=registry.nulo.in/sutty/containers-sdk
|
||||
registry: "registry.nulo.in"
|
||||
username: "sutty"
|
||||
repo: "registry.nulo.in/sutty/containers-sdk-ruby"
|
||||
tags:
|
||||
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
|
||||
- "latest"
|
||||
build_args:
|
||||
- "RUBY_VERSION=${RUBY_VERSION}"
|
||||
- "RUBY_PATCH=${RUBY_PATCH}"
|
||||
- "ALPINE_VERSION=${ALPINE_VERSION}"
|
||||
- "BASE_IMAGE=registry.nulo.in/sutty/containers-sdk"
|
||||
secrets:
|
||||
- docker_password
|
||||
- "docker_password"
|
||||
when:
|
||||
branch: antifascista
|
||||
event: push
|
||||
branch: "antifascista"
|
||||
event: "push"
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: 3.17.0
|
||||
RUBY_VERSION: 3.1
|
||||
RUBY_PATCH: 2
|
||||
- ALPINE_VERSION: 3.16.3
|
||||
RUBY_VERSION: 3.1
|
||||
RUBY_PATCH: 2
|
||||
- ALPINE_VERSION: 3.15.6
|
||||
RUBY_VERSION: 3.0
|
||||
RUBY_PATCH: 4
|
||||
- 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: "6"
|
||||
|
|
Loading…
Reference in a new issue