Add GitHub Actions workflow for Docker image publishing

Builds multi-platform images (amd64/arm64) and pushes to GHCR
on master pushes and version tags. Optional Docker Hub support
via repository secrets.
This commit is contained in:
R4V3N
2026-03-17 17:19:33 +01:00
parent 0200e6d9d5
commit 4513d5d7ed
2 changed files with 81 additions and 0 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
node_modules
npm-debug.log*
.git
.gitignore
.github
.omc
.env
.env.*
!.env.example
runs/
docs/
*.md
!README.md
LICENSE