Speed up build

This commit is contained in:
Owen
2025-12-13 12:13:33 -05:00
parent 5cb3fa1127
commit 25fed23758
2 changed files with 25 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ jobs:
- name: Build and push Docker images (Docker Hub)
run: |
TAG=${{ env.TAG }}
make build-release tag=$TAG
make -j4 build-release tag=$TAG
echo "Built & pushed to: ${{ env.DOCKERHUB_IMAGE }}:${TAG}"
shell: bash