Build with nix, not nom
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build images / Build (builder) (push) Failing after 51s
Build images / Build (immich) (push) Failing after 39s
Build images / Build (sword-container-builder) (push) Failing after 44s
Build images / Build (vm-test) (push) Failing after 2m26s
Build images / Build (bitwarden) (push) Failing after 1m0s

This commit is contained in:
Greg Hellings
2026-01-23 18:03:25 -06:00
parent 513cdc70bf
commit da1470339d
+1 -1
View File
@@ -20,6 +20,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- run: | - run: |
nom build ".#${{ matrix.image }}" nix build -L ".#${{ matrix.image }}"
podman load -i result podman load -i result
podman push "src.thehellings.com/greg/${{ matrix.image }}:latest" podman push "src.thehellings.com/greg/${{ matrix.image }}:latest"