diff --git a/templates/boot/efi.jinja2 b/templates/boot/efi.jinja2 index c516071..8d1d3ba 100644 --- a/templates/boot/efi.jinja2 +++ b/templates/boot/efi.jinja2 @@ -38,7 +38,7 @@ {% endif %} postprocess: docker: - image: + image: artifacts.codelinaro.org/clo-420-qli-registry/kmake-image-ci:ver.1.0 steps: {%- if node.data.kernel_type.endswith('.gz') %} - gunzip Image.gz diff --git a/templates/boot/fastboot.jinja2 b/templates/boot/fastboot.jinja2 index dbf45f0..8cf5d97 100644 --- a/templates/boot/fastboot.jinja2 +++ b/templates/boot/fastboot.jinja2 @@ -27,7 +27,7 @@ {% set ramdisk_name = ramdisk_path.split('/')[-1] %} postprocess: docker: - image: ghcr.io/mwasilew/docker-mkbootimage:master + image: artifacts.codelinaro.org/clo-420-qli-registry/kmake-image-ci:ver.1.0 steps: - gunzip -c {{ ramdisk_name }} > initramfs-kerneltest-full-image-qcom-armv8a.cpio {% if firmware_name %}