fix log flag
Some checks failed
Build and Publish / build-release (push) Failing after 3s

This commit is contained in:
2026-04-14 11:24:39 -05:00
parent deb3fb6626
commit 62bfb4c809

View File

@@ -18,7 +18,7 @@ jobs:
- name: Build Docker Image via Nix Flake - name: Build Docker Image via Nix Flake
run: | run: |
nix build .#dockerImage -print-build-logs nix build .#dockerImage --print-build-logs
docker load < result docker load < result
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry