From f9ab2872dcb3105524f2ad537ba8c2604b5fd2f2 Mon Sep 17 00:00:00 2001 From: shucheng Date: Sun, 6 Jun 2021 12:08:52 +0800 Subject: [PATCH] v2.1.3 --- .beagle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index c0703d6..5b5c7a5 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -34,7 +34,7 @@ pipeline: "TARGET_ARCH":"amd64", "TARGET_VERSION":"v2.1.3" }' - --extra-vars "@images.yaml" + --extra-vars "@ansible/images.yaml" when: branch: release-v2.1 @@ -53,7 +53,7 @@ pipeline: "TARGET_ARCH":"arm64", "TARGET_VERSION":"v2.1.3" }' - --extra-vars "@images.yaml" + --extra-vars "@ansible/images.yaml" when: branch: release-v2.1 @@ -72,6 +72,6 @@ pipeline: "TARGET_ARCH":"ppc64le", "TARGET_VERSION":"v2.1.3" }' - --extra-vars "@images.yaml" + --extra-vars "@ansible/images.yaml" when: branch: release-v2.1 -- 2.26.0