update gh action

This commit is contained in:
Jeffrey C. Ollie 2024-09-07 23:46:06 -05:00
parent c99f0fc827
commit 10976f386b
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -11,7 +11,7 @@ jobs:
- run: nix build -L .#nixos-runner
- run: nix run .#push-container -- result
env:
REGISTRY: https://ghcr.io/${{ github.repository_owner }}
REGISTRY: ghcr.io/${{ github.repository_owner }}
REPOSITORY: nixos-runner
USERNAME: ${{ github.actor }}
PASSWORD: ${{ github.token }}