Skip to content

Commit

Permalink
Merge pull request #36 from mozilla-it/disable-auto-merge
Browse files Browse the repository at this point in the history
fix(docker-push): Disable GitHub's auto-merge feature.
  • Loading branch information
smarnach authored Aug 30, 2024
2 parents fd0df28 + 39adcfe commit 7b2852c
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 7b2852c

Please sign in to comment.