Skip to content

Add manual trigger support for Docker workflow#218

Merged
kickster97 merged 1 commit intomainfrom
rerun_on_existing_tag
Aug 6, 2025
Merged

Add manual trigger support for Docker workflow#218
kickster97 merged 1 commit intomainfrom
rerun_on_existing_tag

Conversation

@kickster97
Copy link
Copy Markdown
Member

Summary

  • Add workflow_dispatch trigger to enable manual Docker image builds
  • Allow selecting existing tags for rebuilding through GitHub Actions UI
  • Maintain compatibility with existing push-based triggers

Test plan

  • Verify workflow can be manually triggered from GitHub Actions UI
  • Test with an existing tag (e.g., latest version tag)
  • Confirm original push-based triggers still work correctly

🤖 Generated with Claude Code

Enable manual triggering of Docker image builds for existing tags via workflow_dispatch. This allows rebuilding packages for already pushed tags through the GitHub Actions UI.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@kickster97 kickster97 requested a review from a team as a code owner August 5, 2025 09:00
@kickster97 kickster97 merged commit 851c7df into main Aug 6, 2025
8 checks passed
@kickster97 kickster97 deleted the rerun_on_existing_tag branch August 6, 2025 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant