update gh workflow

This commit is contained in:
Jeffrey C. Ollie 2024-09-07 23:53:46 -05:00
parent 89c1d7b8c0
commit 746598a2bf
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: ghcr.io/${{ github.repository_owner }}
REPOSITORY: nixos-runner
REGISTRY: ghcr.io
REPOSITORY: ${{ github.repository_owner }}/nixos-runner
USERNAME: ${{ github.actor }}
PASSWORD: ${{ github.token }}