feat: add admin-web Docker build & push workflow with semantic-release
Some checks failed
CI / Detect Changes (pull_request) Successful in 4s
CI / Admin Web CI (pull_request) Failing after 39s
CI / YouTube Worker (pull_request) Has been skipped
CI / Deploy (pull_request) Has been skipped
PR → Build → WiFi/USB Deploy → LGTM / Build & Deploy to iPhone (WiFi/USB) (pull_request) Failing after 2m15s
PR → Build → WiFi/USB Deploy → LGTM / Wait for LGTM comment (pull_request) Has been skipped

This commit is contained in:
Millian Lamiaux
2026-07-12 18:43:14 +02:00
parent 560b056dc9
commit cb86bf55b3
11 changed files with 7960 additions and 1 deletions

28
admin-web/.dockerignore Normal file
View File

@@ -0,0 +1,28 @@
# Dépendances & caches
node_modules
.next
out
build
# VCS & IDE
.git
.gitignore
.vscode
# Env locaux
.env
.env.*
!.env.test.example
# Tests & couverture
e2e
test
test-results
playwright-report
coverage
*.tsbuildinfo
# Divers
.DS_Store
npm-debug.log*
README.md