Debugging output...
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 45s
Build images / Build (sword-container-builder) (push) Failing after 49s
Build images / Build (vm-test) (push) Failing after 2m33s
Build images / Build (bitwarden) (push) Failing after 1m16s

This commit is contained in:
Greg Hellings
2026-01-29 23:49:42 -06:00
parent 966234a37f
commit 089cda0f52
+2
View File
@@ -21,6 +21,8 @@ jobs:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- run: | - run: |
nix build -L ".#${{ matrix.image }}" nix build -L ".#${{ matrix.image }}"
sleep 3
ls -l result
podman load -i "$(readlink result)" podman load -i "$(readlink result)"
podman login -u greg -p "${REGISTRY_PASSWORD}" podman login -u greg -p "${REGISTRY_PASSWORD}"
podman push "src.thehellings.com/greg/${{ matrix.image }}:latest" podman push "src.thehellings.com/greg/${{ matrix.image }}:latest"