pipeline: publish: 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" secrets: - "docker_password" when: branch: "antifascista" event: "push" matrix: include: - ALPINE_VERSION: "3.17.3" RUBY_VERSION: "3.1" RUBY_PATCH: "3" - ALPINE_VERSION: "3.14.10" RUBY_VERSION: "2.7" RUBY_PATCH: "7"