Skip to content

Commit 2c5b05b

Browse files
committed
feature: add gateway
1 parent e9c53a4 commit 2c5b05b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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: .

0 commit comments

Comments
 (0)