allow insecure connections
All checks were successful
Docker Build / Build and Push Images (push) Successful in 11s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 11s
This commit is contained in:
parent
bf47ff7186
commit
d844edc383
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 ${{ secrets.BUILDWEBHOOK }}
|
||||
run: curl --insecure ${{ secrets.BUILDWEBHOOK }}
|
||||
|
|
Loading…
Reference in a new issue