File tree Expand file tree Collapse file tree 5 files changed +5
-23
lines changed
Expand file tree Collapse file tree 5 files changed +5
-23
lines changed Original file line number Diff line number Diff line change 11name : Build Docker Image
22on :
3- workflow_dispatch :
3+ workflow_call :
44
5- permissions :
6- contents : read
7- security-events : write
8- actions : read
95
106jobs :
117 # Build Docker Image
Original file line number Diff line number Diff line change 11name : Linting and Formating checks
22on :
3- workflow_dispatch :
4-
5- permissions :
6- contents : read
7- security-events : write
8- actions : read
3+ workflow_call :
94
105jobs :
116 # Run Pylint and Black formatter
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ permissions:
99 security-events : write
1010 actions : read
1111
12+
1213jobs :
1314 build-image :
1415 uses : ./.github/workflows/build-image.yml
Original file line number Diff line number Diff line change 11name : Push Contianer to Docker Hub
22on :
3- workflow_dispatch :
3+ workflow_call :
44
5- permissions :
6- contents : read
7- security-events : write
8- actions : read
95
106jobs :
117
Original file line number Diff line number Diff line change 11name : Unit and Security Testing
22on :
3- workflow_dispatch :
4-
5-
6- permissions :
7- contents : read
8- security-events : write
9- actions : read
3+ workflow_call :
104
115jobs :
126 # Run unit test cases for the Docker image
You can’t perform that action at this time.
0 commit comments