update
This commit is contained in:
parent
daa4f8d9e3
commit
3b7b8906c0
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -4,9 +4,9 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: docker.io/jcollie/nixos-runner:12-7495ae12
|
||||
container: docker.io/jcollie/nixos-runner:13-daa4f8d9
|
||||
steps:
|
||||
- run: ldd /__e/node16/bin/node
|
||||
# - 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
|
||||
- uses: actions/checkout@v3
|
||||
- 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