Compare commits

..

No commits in common. "511c12a6732d389fc9683a363258b308053fd4e6" and "cfd17097bddd99b8ffefa2ed19a0ccc807b7ccda" have entirely different histories.

View file

@ -1,29 +1,35 @@
pipeline:
publish:
image: "plugins/docker"
image: plugins/docker
settings:
registry: "registry.nulo.in"
username: "sutty"
repo: "registry.nulo.in/sutty/rails"
registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/rails
tags:
- "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}"
- "latest"
- ${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/ruby"
- RUBY_VERSION=${RUBY_VERSION}
- RUBY_PATCH=${RUBY_PATCH}
- ALPINE_VERSION=${ALPINE_VERSION}
- BASE_IMAGE=registry.nulo.in/sutty/ruby
purge: false
secrets:
- "docker_password"
- docker_password
when:
branch: "antifascista"
event: "push"
branch: antifascista
event: push
matrix:
include:
- ALPINE_VERSION: "3.17.3"
RUBY_VERSION: "3.1"
RUBY_PATCH: "4"
- ALPINE_VERSION: "3.14.10"
RUBY_VERSION: "2.7"
RUBY_PATCH: "8"
- ALPINE_VERSION: 3.17.0
RUBY_VERSION: 3.1
RUBY_PATCH: 2
- ALPINE_VERSION: 3.16.2
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