mirror of https://github.com/jetkvm/kvm.git
load docker image
This commit is contained in:
parent
e53eb320ee
commit
7d169e30d6
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue