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:
14
.dockerignore
Normal file
14
.dockerignore
Normal file
@@ -0,0 +1,14 @@
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
.git
|
||||
.gitignore
|
||||
.github
|
||||
.omc
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
runs/
|
||||
docs/
|
||||
*.md
|
||||
!README.md
|
||||
LICENSE
|
||||
Reference in New Issue
Block a user