0
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-06-30 22:18:19 -04:00

add all image versions as variables to the top

This commit is contained in:
Stephan Jauernick 2025-01-29 22:53:30 +01:00
parent 233f68271b
commit d0a3d59556

View File

@ -1,9 +1,11 @@
# Build Icecast - test
variables:
BASE_IMAGE_REGISTRY: registry.gitlab.xiph.org/xiph/icecast-docker-images
DEFAULT_IMAGE: "$BASE_IMAGE_REGISTRY/alpine-icecast-server:20250126210055"
OSC_IMAGE: "$BASE_IMAGE_REGISTRY/alpine-osc:20250126210022"
default:
image: "$BASE_IMAGE_REGISTRY/alpine-icecast-server:20250126210055"
image: "$DEFAULT_IMAGE"
tags:
- docker
- linux
@ -46,7 +48,7 @@ make_dist:
expire_in: 1 week
upload_dist:
image: "$BASE_IMAGE_REGISTRY/alpine-osc:20250126210022"
image: "$OSC_IMAGE"
only:
- master
- devel
@ -63,7 +65,7 @@ upload_dist:
- ./ci/osc/handle-osc-upload.sh
upload_dist_release:
image: "$BASE_IMAGE_REGISTRY/alpine-osc:20250126210022"
image: "$OSC_IMAGE"
only:
- tags