Fix registry password
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build images / Build (immich) (push) Successful in 1m6s
Build images / Build (bitwarden) (push) Successful in 1m54s
Build images / Build (sword-container-builder) (push) Successful in 4m57s
Build images / Build (vm-test) (push) Successful in 6m12s
Build images / Build (builder) (push) Successful in 6m20s

This commit is contained in:
Greg Hellings
2026-01-30 00:13:46 -06:00
parent 7b99f0836a
commit 13d6873edd
+1 -1
View File
@@ -21,5 +21,5 @@ jobs:
- uses: actions/checkout@v5
- 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 login -u greg -p "${{ secrets.REGISTRY_PASSWORD }}" src.thehellings.com
- run: podman push "src.thehellings.com/greg/${{ matrix.image }}:latest"