-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Commit Status Verification to deploy-template #20031
Conversation
I found the error: Build, Push, & Deploy action is rendering the incorrect image tag. I’m digging further. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the github.sha issue
Made the changes discussed to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rjohnson2011 Please place the before/after output in the PR description but otherwise looks good!
* Add commit status verification * github sha to workflow run head commit id * Change additional instance
Summary
The workflow prevents deploying failed commits by modifying
gitHub.sha
togithub.event.workflow_run.head_commit.id
. See thread for more details.PR output:
Related issue(s)
Github Ticket