load docker image

This commit is contained in:
Siyuan Miao 2025-09-25 22:25:20 +00:00 committed by Siyuan
parent b46139e18d
commit 684f354dd4
1 changed files with 2 additions and 1 deletions

View File

@ -26,8 +26,9 @@ jobs:
with:
context: ${{ env.DOCKER_BUILD_CONTEXT_DIR }}
file: ${{ env.DOCKER_BUILD_CONTEXT_DIR }}/Dockerfile.build
push: false
tags: ${{ env.DOCKER_BUILD_TAG }}
push: false
load: true
- name: Set up Cmake cache
uses: actions/cache@v4
with: