Actually working builds?!
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build images / Build (immich) (push) Failing after 51s
Build images / Build (sword-container-builder) (push) Failing after 1m5s
Build images / Build (builder) (push) Failing after 1m14s
Build images / Build (bitwarden) (push) Failing after 1m28s
Build images / Build (vm-test) (push) Failing after 2m48s

This commit is contained in:
Greg Hellings
2026-01-30 00:07:07 -06:00
parent 089cda0f52
commit 7b99f0836a
2 changed files with 9 additions and 7 deletions
+4 -7
View File
@@ -19,10 +19,7 @@ jobs:
- vm-test
steps:
- uses: actions/checkout@v5
- run: |
nix build -L ".#${{ matrix.image }}"
sleep 3
ls -l result
podman load -i "$(readlink result)"
podman login -u greg -p "${REGISTRY_PASSWORD}"
podman push "src.thehellings.com/greg/${{ matrix.image }}:latest"
- run: nix build -L ".#${{ matrix.image }}"
- run: podman load -i "$(readlink result)"
- run: podman login -u greg -p "${REGISTRY_PASSWORD}" src.thehellings.com
- run: podman push "src.thehellings.com/greg/${{ matrix.image }}:latest"