From c93b191c33a445b94865baf52799f5530d044ebc Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Fri, 10 Jul 2026 20:23:45 +0530 Subject: [PATCH] update wf --- .gitea/workflows/build-and-push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-and-push.yml b/.gitea/workflows/build-and-push.yml index 3bf25e6..7cebeb4 100644 --- a/.gitea/workflows/build-and-push.yml +++ b/.gitea/workflows/build-and-push.yml @@ -78,7 +78,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64 - # cache-from: type=gha - # cache-to: type=gha,mode=max - # build-args: | - # BUILDKIT_INLINE_CACHE=1 + cache-from: type=gha + cache-to: type=gha,mode=max + build-args: | + BUILDKIT_INLINE_CACHE=1