armbian-next: artifact rootfs: change default OCI target to new Armbian org hosted repo

This commit is contained in:
Ricardo Pardini
2023-02-18 12:27:22 -03:00
parent aa70ad570b
commit d6fafad9be

View File

@@ -116,7 +116,7 @@ function artifact_rootfs_cli_adapter_config_prep() {
}
function artifact_rootfs_get_default_oci_target() {
artifact_oci_target_base="ghcr.io/rpardini/armbian-release/"
artifact_oci_target_base="ghcr.io/armbian/rootfs-cache/"
}
function artifact_rootfs_is_available_in_local_cache() {