From 8f685e923ec7d4b4c34e3b4cf70d2fc347294297 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Tue, 28 Mar 2023 12:03:59 +0200 Subject: [PATCH] Fixed condition in bot build step --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e343ff7..faca7b7 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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