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
|
registry: www.coastalcommits.com
|
||||||
username: Seaswimmer
|
username: Seaswimmer
|
||||||
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||||
- name: Build and push MediaWiki image
|
- name: Build and push Downloader image
|
||||||
uses: actions/docker-build-push@v5
|
uses: actions/docker-build-push@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: www.coastalcommits.com/galacticfactory/downloader:latest
|
tags: www.coastalcommits.com/galacticfactory/downloader:latest
|
||||||
- name: Restart the MediaWiki stack
|
- name: Restart the Downloader stack
|
||||||
run: |
|
run: |
|
||||||
echo "Sending request to Portainer to restart the Downloader stack and pull the latest image"
|
echo "Sending request to Portainer to restart the Downloader stack and pull the latest image"
|
||||||
curl -X POST --insecure ${{ secrets.BUILDWEBHOOK }}
|
curl -X POST --insecure ${{ secrets.BUILDWEBHOOK }}
|
||||||
|
|
Loading…
Reference in a new issue