NixOS-based container for running GitHub actions
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix forgejo workflow

+3
+3
.forgejo/workflows/build.yaml
··· 22 22 - name: Reuse Lint 23 23 run: reuse lint 24 24 25 + - name: Build 26 + run: nix build -L .#nixos-runner 27 + 25 28 - name: Push container to local registry 26 29 run: push-container result 27 30 env: