From 8e036aa9ff142355948111d2bda01afb997846e1 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Fri, 28 Jul 2023 18:57:24 +0000 Subject: [PATCH] Update .github/workflows/Continues Integration.yaml --- .github/workflows/Continues Integration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Continues Integration.yaml b/.github/workflows/Continues Integration.yaml index 04fe902..3f5bdbb 100644 --- a/.github/workflows/Continues Integration.yaml +++ b/.github/workflows/Continues Integration.yaml @@ -92,6 +92,7 @@ jobs: with: path: dist key: dist-prod + restore-keys: dist-prod - name: Build docker image uses: ztimson/actions/docker/build@develop