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:
parent
233f68271b
commit
d0a3d59556
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user