renamed workflow steps
All checks were successful
Docker Build / Build and Push Images (push) Successful in 17s

This commit is contained in:
Seaswimmer 2024-08-03 00:28:12 -04:00
parent ec4b248f9f
commit 093d2d8fe5
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -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 }}