diff --git a/automation/include/balena-lib.inc b/automation/include/balena-lib.inc index f546ec89d..5c3273722 100644 --- a/automation/include/balena-lib.inc +++ b/automation/include/balena-lib.inc @@ -8,6 +8,7 @@ include_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) device_dir=$( if cat /proc/self/cgroup | grep -q docker && [ -d "/work" ]; then cd "/work" && pwd; else cd "${include_dir}/../../.." && pwd; fi ) BALENA_YOCTO_SCRIPTS_VERSION=$(cd "${include_dir}" && head -n1 ../../VERSION) +BALENA_YOCTO_SCRIPTS_VERSION=build-kyle-publish-images HELPER_IMAGE_REPO="${HELPER_IMAGE_REPO:-"ghcr.io/balena-os/balena-yocto-scripts"}" # Return the latest tag of the device repository