From a0a23c6f453ee206a20943b508a086a8fc35cb28 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 28 Apr 2024 10:14:29 +0300 Subject: [PATCH] ci: Set DEFAULT_BRANCH for windows image to gstreamer stable Part-of: --- .gitlab-ci.yml | 2 +- ci/images_template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e26bb3037..e5b607014 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -514,7 +514,7 @@ pages: # We also don't need a CONTEXT_DIR var as its also # hardcoded to be windows-docker/ DOCKERFILE: 'ci/windows-docker/Dockerfile' - GST_UPSTREAM_BRANCH: 'main' + GST_UPSTREAM_BRANCH: '1.24' tags: - 'windows' - 'shell' diff --git a/ci/images_template.yml b/ci/images_template.yml index 110bca729..b5b186aee 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2024-04-10.0-0.22" + GST_RS_IMG_TAG: "2024-04-28.0-0.22" GST_RS_STABLE: "1.77.2" GST_RS_MSRV: "1.70.0"