mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-28 11:49:44 +00:00
Speed up build
This commit is contained in:
parent
5cb3fa1127
commit
25fed23758
2 changed files with 25 additions and 2 deletions
2
.github/workflows/cicd.yml
vendored
2
.github/workflows/cicd.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue