From 3fb4c6af95c5523f9ad880362c21e46904df5527 Mon Sep 17 00:00:00 2001 From: db123-test Date: Mon, 4 May 2026 14:59:27 +0330 Subject: [PATCH] refactor: removed cache of docker build for simplicity of workflow --- .github/workflows/ci-cd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2c844ca..0cab2b6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -70,7 +70,5 @@ jobs: --platform linux/amd64 \ --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,dest=/tmp/.buildx-cache \ --push \ .