From 795cc2e8d2f234968427b8ad8183f9f70fc211f1 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Sat, 9 Mar 2024 13:28:41 +0100 Subject: [PATCH] Enable webhook in workflow --- .github/workflows/build_docker_image.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 25591bb..a77a6c4 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -43,8 +43,8 @@ jobs: context: . file: ./docker/build.dockerfile - # - - # name: Invoke deployment hook - # uses: joelwmale/webhook-action@master - # with: - # url: ${{ secrets.WEBHOOK_URL }} + - + name: Invoke deployment hook + uses: joelwmale/webhook-action@master + with: + url: ${{ secrets.WEBHOOK_URL }}