diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index e24bbfa..b1a9810 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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 }}