fix: add docker-buildx to workflow Setup step
Build & Deploy / build-and-push (backend) (push) Failing after 1m27s
Build & Deploy / build-and-push (proxy) (push) Failing after 14m50s
Build & Deploy / build-and-push (discord-gateway) (push) Failing after 15m7s

This commit is contained in:
Developer
2026-07-30 14:22:10 +07:00
parent 51dd8f18ba
commit 41348897da
+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