mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 08:16:03 +08:00
CI: Docs rebuild base image (#29566)
* docs rebuild base image * fix order old-commit-hash: 2e4f8e6608bafc89509f6c104688b7dd8273eeac
This commit is contained in:
@@ -32,6 +32,9 @@ runs:
|
||||
restore-keys: |
|
||||
scons-${{ env.CACHE_COMMIT_DATE }}-
|
||||
scons-
|
||||
# build our docker image
|
||||
- shell: bash
|
||||
run: eval ${{ env.BUILD }}
|
||||
- id: setup-scons-cache-docker
|
||||
name: Sets up a docker image with scons cache that can by mounted as a buildkit cache mount
|
||||
shell: bash
|
||||
@@ -39,7 +42,4 @@ runs:
|
||||
run: |
|
||||
cp selfdrive/test/Dockerfile.scons_cache ~
|
||||
cd ~
|
||||
DOCKER_BUILDKIT=1 docker build -t scons-cache -f Dockerfile.scons_cache .
|
||||
# build our docker image
|
||||
- shell: bash
|
||||
run: eval ${{ env.BUILD }}
|
||||
DOCKER_BUILDKIT=1 docker build -t scons-cache -f Dockerfile.scons_cache .
|
||||
Reference in New Issue
Block a user