try fixing github build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
938262d78f
commit
963e840874
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue