use -v instead of -V
All checks were successful
Docker Build / Build and Push Images (push) Successful in 10s

This commit is contained in:
Seaswimmer 2024-07-31 16:37:15 -04:00
parent 2121aefc18
commit eda9cfd33e
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -28,4 +28,4 @@ jobs:
push: true push: true
tags: www.coastalcommits.com/zenith/mediawiki:latest tags: www.coastalcommits.com/zenith/mediawiki:latest
- name: Restart the MediaWiki container - name: Restart the MediaWiki container
run: curl -VX POST --insecure ${{ secrets.BUILDWEBHOOK }} run: curl -v -X POST --insecure ${{ secrets.BUILDWEBHOOK }}