Try to fix building
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build images / Build (bitwarden) (push) Failing after 1m0s
Build images / Build (builder) (push) Failing after 49s
Build images / Build (sword-container-builder) (push) Has been cancelled
Build images / Build (vm-test) (push) Has been cancelled
Build images / Build (immich) (push) Has been cancelled

This commit is contained in:
Greg Hellings
2026-01-29 23:47:30 -06:00
parent caa68905e6
commit 966234a37f
+2 -1
View File
@@ -21,5 +21,6 @@ jobs:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- run: | - run: |
nix build -L ".#${{ matrix.image }}" nix build -L ".#${{ matrix.image }}"
podman load -i result podman load -i "$(readlink result)"
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"