try fixing github build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2023-08-29 09:09:18 -05:00
parent 938262d78f
commit 963e840874
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -9,4 +9,9 @@ jobs:
- uses: actions/checkout@v3
- run: set
- run: nix build -L .#nixos-runner
- run: nix run .#push-container -- result --repository jcollie/nixos-runner
- run: nix run .#push-container -- result
with:
registry: ghcr.io/${{ github.repository_owner }}
repository: nixos-runner
username: ${{ github.actor }}
password: ${{ github.token }}