From b0ca36e30e4edc38db5a94bde9a80eb5f189f872 Mon Sep 17 00:00:00 2001 From: Elbarae Date: Mon, 17 Feb 2025 22:14:45 +0100 Subject: [PATCH] fix(ci): revert workflow file to its original form --- .github/workflows/build_deploy.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_deploy.yaml b/.github/workflows/build_deploy.yaml index c0d4cf9..e87662e 100644 --- a/.github/workflows/build_deploy.yaml +++ b/.github/workflows/build_deploy.yaml @@ -51,9 +51,8 @@ jobs: tags: ghcr.io/toiki-org/toiki-build:latest push: true context: ./client - no-cache: true - # cache-from: type=registry,ref=ghcr.io/toiki-org/toiki-build:latest - # cache-to: type=inline + cache-from: type=registry,ref=ghcr.io/toiki-org/toiki-build:latest + cache-to: type=inline build-args: | VITE_API_URL=${{ secrets.API_URL }}