Fixed workflow name
All checks were successful
Publish to Package Regsitry / deploy (push) Successful in 1m37s

This commit is contained in:
2025-05-30 13:51:10 -04:00
parent 326e64d034
commit 45713590ed

View File

@ -2,7 +2,7 @@ name: Deploy to Portainer via API
on:
workflow_run:
workflows: ["Build and Push Docker Image"] # Matches the 'name:' of the build workflow
workflows: ["Publish to Package Regsitry"] # Matches the 'name:' of the build workflow
types:
- completed