Skip to content

Commit

Permalink
fix(docker-push): Disable GitHub's auto-merge feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarnach committed Aug 30, 2024
1 parent fd0df28 commit 39adcfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 39adcfe

Please sign in to comment.