diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 683bc84..c693436 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 }}