Start of docker refactor

This commit is contained in:
TheArcaneBrony
2022-09-07 08:53:13 +02:00
parent 58111e9df4
commit 4e393a7bbe
7 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name: docker-publish-api
on:
push:
paths:
- "api/**"
- "src/api/**"
jobs:
docker-api:
+1 -1
View File
@@ -3,7 +3,7 @@ name: docker-publish-cdn
on:
push:
paths:
- "cdn/**"
- "src/cdn/**"
jobs:
docker-cdn:
+1 -1
View File
@@ -3,7 +3,7 @@ name: docker-publish-gw
on:
push:
paths:
- "gateway/**"
- "src/gateway/**"
jobs:
docker-gw: