#!/bin/sh
# SPDX-License-Identifier: MulanPSL-2.0+

. ../defconfig.sh

load_cci_defaults

docker_skip_rebuild "debian:web-backend"

download_repo "cbs" "$git_branch_cbs"
download_repo "lkp-tests" "$git_branch_lkp"

docker build --no-cache -t debian:web-backend .

push_image_remote "debian:web-backend"
