changed some strings
All checks were successful
Docker Build / Build and Push Images (push) Successful in 10s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 10s
This commit is contained in:
parent
cdb919c97a
commit
4fc809eaef
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ jobs:
|
|||
file: ./mediawiki/Dockerfile
|
||||
push: true
|
||||
tags: www.coastalcommits.com/zenith/mediawiki:latest
|
||||
- name: Recreate the MediaWiki container
|
||||
- name: Restart the MediaWiki stack
|
||||
run: |
|
||||
echo "Sending request to Portainer to recreate the MediaWiki container"
|
||||
echo "Sending request to Portainer to restart the MediaWiki stack and pull the latest image"
|
||||
curl -X POST --insecure ${{ secrets.BUILDWEBHOOK }}
|
||||
|
|
Loading…
Reference in a new issue