CI: GitHub Actions build and release workflows

- build.yml: runs on push to main, builds Docker image + packs s9pk,
  uploads artifact
- release.yml: runs on version tags (v*.*), builds and creates GitHub
  release with s9pk attached
- Dockerfile: build context is repo root (docker build -f deploy/Dockerfile .)
- Manifest: switched to dockerTag (pre-built image pattern)
- Makefile + s9pk.mk: local build support
This commit is contained in:
Johnny 5
2026-06-07 22:09:05 +00:00
parent 48fef14bc9
commit 84ecbbffa3
7 changed files with 290 additions and 9 deletions
+1
View File
@@ -1,2 +1,3 @@
node_modules/
javascript/
*.s9pk