vrnp/.gitea/workflows/build-image.yml
Paul Brinkmeier aba2fa9b80
Some checks failed
Build image / build-image (pull_request) Failing after 21s
Nix CI tryouts
2025-09-30 17:30:55 +02:00

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