Fixed condition in bot build step

This commit is contained in:
Administrator 2023-03-28 12:03:59 +02:00
parent 2219ad209d
commit 8f685e923e

View File

@ -97,7 +97,7 @@ jobs:
# Bot
- name: "[Bot] Build and push"
if: steps.changes.outputs.bot == 'true'
if: steps.changes.outputs.telegram_bot == 'true'
uses: docker/build-push-action@v4
with:
file: Dockerfile