diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fd0b75f..c93ed7b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: