From b7a2c3d0f6fee05f90d699a715c62389a4af195b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 8 Apr 2024 15:05:10 +0300 Subject: [PATCH] ci: Use 0.22-specific image version This diverged from main by staying at dav1d 1.0 for backwards compatibility reasons. --- ci/images_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index e8c3d82e4..3a77ac7d1 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2024-03-29.0" + GST_RS_IMG_TAG: "2024-03-29.0-0.22" GST_RS_STABLE: "1.77.1" GST_RS_MSRV: "1.70.0"