diff --git a/docker-push/action.yml b/docker-push/action.yml index 6f4c95d..4e31750 100644 --- a/docker-push/action.yml +++ b/docker-push/action.yml @@ -56,6 +56,7 @@ runs: gh api "repos/${{ github.repository }}/deployments" \ -f environment="${{ inputs.deployment_env }}" \ -f ref="${{ github.ref }}" \ + -F auto_merge=false \ -F required_contexts[] \ -F payload[image_tag]="${{ inputs.image_tag }}" env: