diff --git a/.beagle.yml b/.beagle.yml index c0703d644225cff381bfcf51ce70bae9afcd5f17..5b5c7a587c98654439a365d885feb2b780b4b751 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