fix(ci): changed local cache from dest keyword to src

This commit is contained in:
db123-test
2026-05-04 14:51:23 +03:30
parent 0d3a108dab
commit f7090e216c

View File

@@ -70,7 +70,7 @@ 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,dest=/tmp/.buildx-cache \
--cache-to=type=local,dest=/tmp/.buildx-cache \
--cache-from=type=local,src=/tmp/.buildx-cache \
--cache-to=type=local,src=/tmp/.buildx-cache \
--push \
.