Publish images with full Ruby version

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2024-05-24 13:18:37 +02:00
parent b16d8a9f74
commit 57fe03c0e4
No known key found for this signature in database
15 changed files with 97 additions and 98 deletions

View file

@ -1,7 +1,8 @@
# Docker image with buildx plugin
.docker:
.docker-base:
extends:
- .build_dynamic_image
stage: docker
rules:
- !reference [.build_dynamic_image, rules]
- changes:
@ -10,7 +11,7 @@
docker:
extends:
- .docker
- .docker-base
parallel:
matrix:
- OS: ['debian:bookworm', 'debian:bookworm-slim']