don't use verbose (it leaks the webhook URL)
All checks were successful
Docker Build / Build and Push Images (push) Successful in 13s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 13s
This commit is contained in:
parent
eda9cfd33e
commit
c0705238ae
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ jobs:
|
|||
push: true
|
||||
tags: www.coastalcommits.com/zenith/mediawiki:latest
|
||||
- name: Restart the MediaWiki container
|
||||
run: curl -v -X POST --insecure ${{ secrets.BUILDWEBHOOK }}
|
||||
run: curl -X POST --insecure ${{ secrets.BUILDWEBHOOK }}
|
||||
|
|
Loading…
Reference in a new issue