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 \ .