From 78d7bd384529f25f91f1e38d4be395b499132e34 Mon Sep 17 00:00:00 2001
From: Simon Liu <simon.liu@jpl.nasa.gov>
Date: Mon, 6 Jan 2025 17:30:29 -0800
Subject: [PATCH] /deploy sit

---
 .github/workflows/build.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7d0bc58..fc2e919 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -257,4 +257,6 @@ jobs:
           platforms: linux/arm64
           build-args: |
             SOURCE=${{ env.SOURCE }}
-            DIST_PATH=${{ env.DIST_PATH || '' }}
\ No newline at end of file
+            DIST_PATH=${{ env.DIST_PATH || '' }}
+          cache-from: Loads cached layers from /tmp/.buildx-cache.
+          cache-to: Saves updated layers to /tmp/.buildx-cache.
\ No newline at end of file