add ci images build job (#3749)

update

update
This commit is contained in:
YUNSHEN XIE
2025-09-01 19:57:36 +08:00
committed by GitHub
parent d6369b4d51
commit 253f388372
14 changed files with 268 additions and 42 deletions

View File

@@ -44,7 +44,7 @@ jobs:
FULL_REPO="${{ github.repository }}"
REPO_NAME="${FULL_REPO##*/}"
BASE_BRANCH="${{ github.base_ref }}"
docker pull ${docker_image}
# Clean the repository directory before starting
docker run --rm --net=host -v $(pwd):/workspace -w /workspace \
-e "REPO_NAME=${REPO_NAME}" \