From f7fc68b13ffaca1a5f96fc42b63c16630f4d971c Mon Sep 17 00:00:00 2001 From: db123-test Date: Mon, 4 May 2026 14:54:41 +0330 Subject: [PATCH] fix(ci): correct dest and src --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2593b29..2c844ca 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -71,6 +71,6 @@ jobs: --tag "git.yejayekhoob.com/db123/auth-proxy:${{ github.sha }}" \ --tag "git.yejayekhoob.com/db123/auth-proxy:latest" \ --cache-from=type=local,src=/tmp/.buildx-cache \ - --cache-to=type=local,src=/tmp/.buildx-cache \ + --cache-to=type=local,dest=/tmp/.buildx-cache \ --push \ .