Update pipeline

This commit is contained in:
Administrator 2022-04-04 16:07:22 +02:00
parent 75ea2671d4
commit 7b3624e41f

View File

@ -22,7 +22,7 @@ pipeline:
dockerfile: api/Dockerfile
platforms: linux/amd64
when:
path: "api/*"
path: "api/**"
event: push
@ -41,7 +41,7 @@ pipeline:
dockerfile: telegram_bot/Dockerfile
platforms: linux/amd64
when:
path: "telegram_bot/*"
path: "telegram_bot/**"
event: push
@ -60,7 +60,7 @@ pipeline:
dockerfile: frontend/Dockerfile
platforms: linux/amd64
when:
path: "frontend/*"
path: "frontend/**"
event: push