fix(tooling): don't send a request to restart portainer (can use polling on the portainer side instead)
All checks were successful
Actions / Build and Push Images (push) Successful in 9s
Actions / Lint (push) Successful in 15s

This commit is contained in:
cswimr 2025-02-13 20:17:43 -06:00
parent 4cfca37558
commit 02315a127f
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -30,10 +30,6 @@ jobs:
file: Dockerfile
push: true
tags: c.csw.im/galacticfactory/downloader:latest
- 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 }}
lint:
name: Lint