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:
@@ -3,6 +3,7 @@ name: Docker Build & Deploy
|
||||
on:
|
||||
push:
|
||||
branches: [ main, develop ]
|
||||
branches-ignore: [ dev ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user