File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Gateway Docker Image CI
2+
3+ on :
4+ push :
5+ branches : [ "main" ]
6+ paths :
7+ - ' backend/**'
8+ - ' scripts/images/gateway/**'
9+ - ' .github/workflows/docker-image-gateway.yml'
10+ - ' .github/workflows/docker-images-reusable.yml'
11+ pull_request :
12+ branches : [ "main" ]
13+ paths :
14+ - ' backend/**'
15+ - ' scripts/images/gateway/**'
16+ - ' .github/workflows/docker-image-gateway.yml'
17+ - ' .github/workflows/docker-images-reusable.yml'
18+ workflow_dispatch :
19+ workflow_call :
20+
21+ jobs :
22+ call-docker-build :
23+ name : Build and Push Gateway Docker Image
24+ uses : ./.github/workflows/docker-images-reusable.yml
25+ permissions :
26+ contents : read
27+ packages : write
28+ with :
29+ service_name : gateway
30+ build_dir : .
You can’t perform that action at this time.
0 commit comments