This commit is contained in:
Jeffrey C. Ollie 2023-04-16 00:33:48 -05:00
parent 826062d086
commit 0eff967947
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -9,3 +9,5 @@ jobs:
- uses: actions/checkout@v3
- run: nix -L build .#nixos-runner
- run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}