Add manual workflow_dispatch for branch Docker image builds#808
Merged
Add manual workflow_dispatch for branch Docker image builds#808
Conversation
Agent-Logs-Url: https://github.com/ngrok/ngrok-operator/sessions/08bc71a9-f824-47b7-b2af-132f07c37903 Co-authored-by: jonstacks <6900888+jonstacks@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
jonstacks
May 6, 2026 05:06
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new manually triggered GitHub Actions workflow to build and publish multi-arch Docker images from arbitrary branches using a user-supplied tag, without creating a GitHub Release or automatically tagging latest.
Changes:
- Introduces
.github/workflows/docker-branch.yamlwith aworkflow_dispatchinput (tag) to drive branch image builds. - Reuses the existing Docker build tooling/actions and multi-platform configuration to push
ngrok/ngrok-operator:<tag>. - Applies reduced workflow permissions (
contents: read) and a repository guard to limit where the workflow runs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alex-bezek
approved these changes
May 6, 2026
Collaborator
|
@copilot apply changes based on the comments in this thread |
…raints, use printf for VERSION Agent-Logs-Url: https://github.com/ngrok/ngrok-operator/sessions/27d12327-4486-440e-b64d-bc81b60a8c1b Co-authored-by: jonstacks <6900888+jonstacks@users.noreply.github.com>
Contributor
Author
Done in commit
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docker.yamlworkflow to understand build process.github/workflows/docker-branch.yamlfor manualworkflow_dispatchbuildslatestandstablereserved tagsprintfinstead ofechoto safely write VERSION