mirror of https://github.com/jetkvm/kvm.git
load docker image
This commit is contained in:
parent
b46139e18d
commit
684f354dd4
|
|
@ -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