1
1
Fork 0

variable ruby versions
continuous-integration/drone/push Build is failing Details

master
Hanjo Meinhardt 2 years ago
parent 0cd0a079e8
commit 1812936339

@ -5,6 +5,7 @@ pipeline:
repo: bunix42/jekyll
build_args:
- JEKYLL_VERSION=3.8.7
- RUBY_VERSION=2-alpine3.13
tags:
- 3.8.7
- 3.8
@ -15,6 +16,7 @@ pipeline:
repo: bunix42/jekyll
build_args:
- JEKYLL_VERSION=3.9.1
- RUBY_VERSION=2-alpine3.13
tags:
- 3.9.1
- 3.9
@ -25,6 +27,7 @@ pipeline:
repo: bunix42/jekyll
build_args:
- JEKYLL_VERSION=4.2.1
- RUBY_VERSION=3-alpine3.13
tags:
- 4.2.1
- 4.2

@ -1,4 +1,5 @@
FROM ruby:3-alpine3.13
ARG RUBY_VERSION
FROM ruby:${RUBY_VERSION}}
LABEL org.opencontainers.image.authors="hanjo@bunix.de"

Loading…
Cancel
Save