Fixed condition in bot build step
This commit is contained in:
parent
2219ad209d
commit
8f685e923e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user