From e8566a45ede5056fda99cc4f924fa46057ea0c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 19 Oct 2022 21:41:34 +0200 Subject: [PATCH] Update branch configuration for a backport branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7d44c28be..7d5eaba3e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,9 +6,9 @@ env: #### Global variables used for all tasks #### # Name of the ultimate destination branch for this CI run - DEST_BRANCH: "main" + DEST_BRANCH: "release-5.22" # CI container image tag (c/skopeo branch name) - SKOPEO_CI_TAG: "main" + SKOPEO_CI_TAG: "release-1.10" # Use GO module mirror (reason unknown, travis did it this way) GOPROXY: https://proxy.golang.org # Overrides default location (/tmp/cirrus) for repo clone