chore: trigger CI
Build & Deploy / build-and-push (backend) (push) Failing after 18s
Build & Deploy / build-and-push (discord-gateway) (push) Failing after 17s
Build & Deploy / build-and-push (proxy) (push) Failing after 17s

This commit is contained in:
Developer
2026-07-30 14:37:22 +07:00
parent 51dd8f18ba
commit ab3679050e
+2 -1
View File
@@ -18,8 +18,9 @@ jobs:
run: |
set -eu
apt-get update -qq
apt-get install -y -qq --no-install-recommends ca-certificates git docker.io
apt-get install -y -qq --no-install-recommends ca-certificates git docker.io docker-buildx
git config --global http.sslVerify false
docker buildx install
# Clean up runner disk before build
docker system prune -af --volumes 2>/dev/null || true
apt-get clean 2>/dev/null || true