fix(ci): correct dest and src

This commit is contained in:
db123-test
2026-05-04 14:54:41 +03:30
parent f7090e216c
commit f7fc68b13f

View File

@@ -71,6 +71,6 @@ jobs:
--tag "git.yejayekhoob.com/db123/auth-proxy:${{ github.sha }}" \ --tag "git.yejayekhoob.com/db123/auth-proxy:${{ github.sha }}" \
--tag "git.yejayekhoob.com/db123/auth-proxy:latest" \ --tag "git.yejayekhoob.com/db123/auth-proxy:latest" \
--cache-from=type=local,src=/tmp/.buildx-cache \ --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 \ --push \
. .