added an echo to the container recreation step
All checks were successful
Docker Build / Build and Push Images (push) Successful in 12s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 12s
This commit is contained in:
parent
aac0f60865
commit
3c7c1345c9
1 changed files with 3 additions and 1 deletions
|
@ -28,4 +28,6 @@ jobs:
|
|||
push: true
|
||||
tags: www.coastalcommits.com/zenith/mediawiki:latest
|
||||
- name: Recreate the MediaWiki container
|
||||
run: curl -X POST --insecure ${{ secrets.BUILDWEBHOOK }}
|
||||
run: |
|
||||
echo "Sending request to Portainer to recreate the MediaWiki container"
|
||||
curl -X POST --insecure ${{ secrets.BUILDWEBHOOK }}
|
||||
|
|
Loading…
Reference in a new issue