CI: Docs rebuild base image (#29566)

* docs rebuild base image

* fix order
old-commit-hash: 2e4f8e6608
This commit is contained in:
Justin Newberry
2023-08-23 15:33:23 -07:00
committed by GitHub
parent 7b99834975
commit e54655626d
2 changed files with 7 additions and 8 deletions

View File

@@ -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 .