Fixed condition in bot build step
This commit is contained in:
parent
2219ad209d
commit
8f685e923e
@ -97,7 +97,7 @@ jobs:
|
|||||||
|
|
||||||
# Bot
|
# Bot
|
||||||
- name: "[Bot] Build and push"
|
- name: "[Bot] Build and push"
|
||||||
if: steps.changes.outputs.bot == 'true'
|
if: steps.changes.outputs.telegram_bot == 'true'
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user