mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Merge pull request #7507 from ToolJet/Update-docker-develop
Update tooljet-docker-develop-build.yml
This commit is contained in:
commit
504b33e4c9
1 changed files with 4 additions and 3 deletions
|
|
@ -65,6 +65,7 @@ jobs:
|
|||
curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"$message\"}" ${{ secrets.SLACK_WEBHOOK_URL_OPS_CHANNEL }}
|
||||
|
||||
|
||||
|
||||
tooljet-server-develop-image:
|
||||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
|
|
@ -109,9 +110,9 @@ jobs:
|
|||
env:
|
||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
|
||||
- name: Send Slack Notification on Failure
|
||||
if: failure()
|
||||
run: |
|
||||
message="Job '${{ env.JOB_NAME }}' failed! tooljet/tooljet-ce:develop"
|
||||
curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"$message\"}" ${{ secrets.SLACK_WEBHOOK_URL_OPS_CHANNEL }}
|
||||
message="Job '${{ env.JOB_NAME }}' failed! tooljet/tooljet-server-ce:develop"
|
||||
curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"$message\"}" ${{ secrets.SLACK_WEBHOOK_URL_OPS_CHANNEL }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue