Update Dockerfile and pipeline

This commit is contained in:
2022-04-26 09:12:21 +02:00
parent 0baf6c6974
commit ea5c01bd04
3 changed files with 2 additions and 33 deletions

View File

@@ -39,24 +39,7 @@ pipeline:
from_secret: password
registry:
from_secret: registry
dockerfile: telegram_bot/Dockerfile.bot
platforms: linux/amd64
when:
path: "telegram_bot/**"
event: push
build_bot_updates:
image: woodpeckerci/plugin-docker-buildx
settings:
repo:
from_secret: repo_bot_updates
username:
from_secret: username
password:
from_secret: password
registry:
from_secret: registry
dockerfile: telegram_bot/Dockerfile.updates
dockerfile: telegram_bot/Dockerfile
platforms: linux/amd64
when:
path: "telegram_bot/**"