Create dev branch with dedicated CI workflow

- Add ci-dev.yml for dev branch builds
- Builds to nfoguard:dev tags (separate from main)
- Independent cache: dev-buildcache
- Separate deployment flow
- Updated main CI to ignore dev branch

Usage: docker pull 192.168.253.221:3000/jskala/nfoguard:dev
This commit is contained in:
2025-09-09 20:14:06 -04:00
parent 49e2ec6c88
commit 6ce4db099a
2 changed files with 214 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ name: Docker Build & Deploy
on:
push:
branches: [ main, develop ]
branches-ignore: [ dev ]
pull_request:
branches: [ main ]