Update pipeline
This commit is contained in:
@@ -22,7 +22,7 @@ pipeline:
|
|||||||
dockerfile: api/Dockerfile
|
dockerfile: api/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
when:
|
when:
|
||||||
path: "api/*"
|
path: "api/**"
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ pipeline:
|
|||||||
dockerfile: telegram_bot/Dockerfile
|
dockerfile: telegram_bot/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
when:
|
when:
|
||||||
path: "telegram_bot/*"
|
path: "telegram_bot/**"
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@ pipeline:
|
|||||||
dockerfile: frontend/Dockerfile
|
dockerfile: frontend/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
when:
|
when:
|
||||||
path: "frontend/*"
|
path: "frontend/**"
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user