Compare commits
2 Commits
16288c2bcb
...
3dbc2e0510
Author | SHA1 | Date | |
---|---|---|---|
3dbc2e0510 | |||
26362cf89d |
@ -3,6 +3,7 @@ name: Build the docker image for the API
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths: ["api/**"]
|
||||
|
||||
env:
|
||||
REGISTRY: git.ngn.tf
|
||||
|
@ -3,6 +3,7 @@ name: Build the docker image for the frontend application
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths: ["app/**"]
|
||||
|
||||
env:
|
||||
REGISTRY: git.ngn.tf
|
||||
|
@ -3,6 +3,7 @@ name: Build the docker image for the doc server
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths: ["doc/**"]
|
||||
|
||||
env:
|
||||
REGISTRY: git.ngn.tf
|
||||
|
Loading…
x
Reference in New Issue
Block a user