update gh action
This commit is contained in:
parent
47000729be
commit
d65c94b227
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
@ -3,10 +3,9 @@ on:
|
|||
- push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: docker.io/jcollie/nixos-runner:latest
|
||||
runs-on: docker.io/jcollie/nixos-runner:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: set
|
||||
- run: nix build -L .#nixos-runner
|
||||
- run: nix run .#push-container -- result
|
||||
|
|
Loading…
Reference in a new issue