Release workflow revision
test-image / build-image (pull_request) Successful in 49s
test / test (pull_request) Successful in 1m27s

This commit is contained in:
2026-06-15 20:48:27 +02:00
parent f3211f0d45
commit 7b141f9760
3 changed files with 73 additions and 7 deletions
+19
View File
@@ -0,0 +1,19 @@
# Test-build the Crucible image on PRs and main. Proves `nix build .#image`
# still works (daemonless, Nix-built OCI tarball) but does NOT publish —
# release publishing happens in build-image.yml on v* tags.
name: test-image
on:
push:
branches: [main]
pull_request:
jobs:
build-image:
runs-on: nix-docker
steps:
- uses: actions/checkout@v4
with: { fetch-depth: 0 }
- name: Build OCI image (daemonless, no publish)
run: nix build .#image