Some checks failed
Build image / build-image (pull_request) Failing after 21s
12 lines
217 B
YAML
12 lines
217 B
YAML
name: Build image
|
|
on:
|
|
pull_request:
|
|
jobs:
|
|
build-image:
|
|
runs-on: nix
|
|
steps:
|
|
- name: Checkout repo
|
|
uses: actions/checkout@v4
|
|
- run: ls -lah
|
|
- run: nix build .#image -o image.tar.gz
|