limit job parallelism
Some checks failed
Build and Publish / build-release (push) Failing after 4m35s
Some checks failed
Build and Publish / build-release (push) Failing after 4m35s
This commit is contained in:
@@ -31,9 +31,13 @@ jobs:
|
||||
|
||||
- name: Build Docker Image via Nix Flake
|
||||
run: |
|
||||
nix build .#dockerImage --print-build-logs
|
||||
NIX_BUILD_CORES=2 nix build .#dockerImage --max-jobs=2 --print-build-logs
|
||||
docker load < result
|
||||
|
||||
- name: Push closure to Attic cache
|
||||
run: |
|
||||
attic push ${{ secrets.ATTIC_CACHE }} ./result
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user