Files
sow-tools/.gitea/workflows/test-image.yml
T
archvillainette 7b141f9760
test-image / build-image (pull_request) Successful in 49s
test / test (pull_request) Successful in 1m27s
Release workflow revision
2026-06-15 20:48:27 +02:00

20 lines
489 B
YAML

# 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