Mirror template-action PR #129: fix buildx install flag and add manual release dispatch#201
Merged
ChristophShyper merged 2 commits intomasterfrom Feb 23, 2026
Merged
Conversation
…elease workflow Co-authored-by: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update repository with changes from pull request 129
Mirror template-action PR #129: fix buildx install flag and add manual release dispatch
Feb 23, 2026
ChristophShyper
approved these changes
Feb 23, 2026
There was a problem hiding this comment.
Pull request overview
Mirrors upstream template-action PR fixes by simplifying Buildx setup, enabling manual release execution, and allowing workflows to invoke the release tagging task directly.
Changes:
- Removed redundant
install: truefromdocker/setup-buildx-action@v3across workflows. - Enabled manual release runs by adding
workflow_dispatchand updating release job gating + tag creation behavior. - Made
version:tag-releasecallable from workflows by removinginternal: true.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
Taskfile.cicd.yml |
Makes version:tag-release invokable from workflows (not internal-only). |
.github/workflows/cron-check-dependencies.yml |
Simplifies Buildx setup by dropping redundant install input. |
.github/workflows/auto-create-release.yml |
Adds manual dispatch support, adjusts job if:, and avoids failing manual runs when a full tag already exists. |
.github/workflows/auto-create-pull-request.yml |
Simplifies Buildx setup by dropping redundant install input. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ChristophShyper
approved these changes
Feb 23, 2026
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.
Applies the same fixes from
devops-infra/template-action#129to this repo.Buildx cleanup (
auto-create-pull-request.yml,auto-create-release.yml,cron-check-dependencies.yml)with: install: truefromdocker/setup-buildx-action@v3— redundant since it became the defaultTaskfile.cicd.ymlinternal: truefromversion:tag-releaseto allow direct invocation from workflowsRelease workflow (
auto-create-release.yml)workflow_dispatchtriggerif:to allow manual runs alongside merged release PRs💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.