From 093d2d8fe5c807e0fc13eb49c4745df110a1e82a Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Sat, 3 Aug 2024 00:28:12 -0400 Subject: [PATCH] renamed workflow steps --- .forgejo/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}