Update pipeline
This commit is contained in:
parent
75ea2671d4
commit
7b3624e41f
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user