diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 079aa5798..3eabe041f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -304,6 +304,12 @@ jobs: with: submodules: recursive fetch-depth: 0 + - name: Docker caching + uses: ScribeMD/docker-cache@0.5.0 + id: cache + continue-on-error: true + with: + key: sk-docker-cache-${{ hashFiles('Dockerfile') }} - name: Build docker image if: steps.cache.outputs.cache-hit != 'true' run: docker build . -t spaghetti |
