-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(docker): optimize Docker build cache to prevent cache export failing
- Added comment to specify that no_model build runs first to ensure code builds in the `docker_publish.yml` workflow - Added a new job to run 'en' first in sequence to build the cache - The job run includes steps such as freeing up disk space, checking out code, setting up Docker metadata, and Docker build and push - Updated the `docker` job to run all other languages in parallel without cache export and wait for `docker-en` to finish Signed-off-by: 陳鈞 <[email protected]>
- Loading branch information
Showing
1 changed file
with
84 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters