renamed workflow steps
All checks were successful
Docker Build / Build and Push Images (push) Successful in 17s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 17s
This commit is contained in:
parent
ec4b248f9f
commit
093d2d8fe5
1 changed files with 2 additions and 2 deletions
|
@ -20,14 +20,14 @@ jobs:
|
|||
registry: www.coastalcommits.com
|
||||
username: Seaswimmer
|
||||
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||
- name: Build and push MediaWiki image
|
||||
- name: Build and push Downloader image
|
||||
uses: actions/docker-build-push@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile
|
||||
push: true
|
||||
tags: www.coastalcommits.com/galacticfactory/downloader:latest
|
||||
- name: Restart the MediaWiki stack
|
||||
- name: Restart the Downloader stack
|
||||
run: |
|
||||
echo "Sending request to Portainer to restart the Downloader stack and pull the latest image"
|
||||
curl -X POST --insecure ${{ secrets.BUILDWEBHOOK }}
|
||||
|
|
Loading…
Reference in a new issue