From 7bbff1896a1e39ee112ebecf2eefbe884904a992 Mon Sep 17 00:00:00 2001 From: Ustimenko Sergey Date: Sat, 2 Sep 2023 17:39:32 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7016c13..f3c1111 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,10 @@ jobs: run: echo "$GITHUB_HEAD_REF" - name: Print GITHUB_REF run: echo "$GITHUB_REF" + - name: Cache Docker images. + uses: ScribeMD/docker-cache@0.3.4 + with: + key: docker-${{ runner.os }}-${{ hashFiles('Dockerfile') }} - name: Build the Docker image run: | docker build . --file Dockerfile \