test
This commit is contained in:
parent
50dc1a3368
commit
357c88a599
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
|
@ -6,6 +6,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: docker.io/jcollie/nixos-runner:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.2
|
||||
- run: nix -L build .#nixos-runner
|
||||
- run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner
|
||||
- run: ls -laR /__e
|
||||
# - uses: actions/checkout@v3.5.2
|
||||
# - run: nix -L build .#nixos-runner
|
||||
# - run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner
|
||||
|
|
Loading…
Reference in a new issue