refactor: removed cache of docker build for simplicity of workflow

This commit is contained in:
db123-test
2026-05-04 14:59:27 +03:30
parent f7fc68b13f
commit 3fb4c6af95

View File

@@ -70,7 +70,5 @@ jobs:
--platform linux/amd64 \ --platform linux/amd64 \
--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-to=type=local,dest=/tmp/.buildx-cache \
--push \ --push \
. .