From 45713590ed272e870af9003c54d263d723f12edf Mon Sep 17 00:00:00 2001 From: Jonathan Rampersad Date: Fri, 30 May 2025 13:51:10 -0400 Subject: [PATCH] Fixed workflow name --- .gitea/workflows/deploy-to-portainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-to-portainer.yml b/.gitea/workflows/deploy-to-portainer.yml index 907cac1..5411ca0 100644 --- a/.gitea/workflows/deploy-to-portainer.yml +++ b/.gitea/workflows/deploy-to-portainer.yml @@ -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