This commit is contained in:
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…
Reference in New Issue
Block a user