diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index ed29ac5..c898ba8 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -31,7 +31,7 @@ jobs: - name: Build Docker Image via Nix Flake run: | - NIX_BUILD_CORES=2 nix build .#dockerImage --max-jobs=2 --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