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