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
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:
@@ -21,5 +21,5 @@ jobs:
|
|||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- run: nix build -L ".#${{ matrix.image }}"
|
- run: nix build -L ".#${{ matrix.image }}"
|
||||||
- run: podman load -i "$(readlink result)"
|
- 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"
|
- run: podman push "src.thehellings.com/greg/${{ matrix.image }}:latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user