feat: update stack on portainer
All checks were successful
Deploy Miniplan / build (push) Successful in 22s
All checks were successful
Deploy Miniplan / build (push) Successful in 22s
This commit is contained in:
parent
7637bde484
commit
2fb1f88293
@ -26,4 +26,9 @@ jobs:
|
||||
run: docker build -t git.walamana.de/walamana/miniplan .
|
||||
|
||||
- name: Push Docker image to registry
|
||||
run: docker push git.walamana.de/walamana/miniplan
|
||||
run: docker push git.walamana.de/walamana/miniplan
|
||||
|
||||
- name: Update stack on Portainer
|
||||
uses: newarifrh/portainer-service-webhook@v1
|
||||
with:
|
||||
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user