Skip to content

Conversation

@JarLob
Copy link
Contributor

@JarLob JarLob commented Oct 7, 2025

No description provided.

@JarLob JarLob requested a review from anticomputer as a code owner October 7, 2025 15:36
Copilot AI review requested due to automatic review settings October 7, 2025 15:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a GitHub Actions workflow for automated package releases. The workflow allows manual triggering with an optional release tag parameter and sets up the necessary infrastructure for publishing Docker images.

  • Adds manual release workflow with configurable release tag input
  • Configures Docker registry authentication using GitHub Container Registry
  • Integrates Python-based release tooling for Docker image publishing

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
anticomputer
anticomputer previously approved these changes Oct 7, 2025
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is quite an old version, isn't it?

Copy link
Contributor Author

@JarLob JarLob Oct 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not that old... According to https://github.com/GitHubSecurityLab/seclab-taskflow-agent?tab=readme-ov-file#requirements the agent requires >= 3.9 version. So maybe we should change it to the lowest supported version?

@kevinbackhouse
Copy link
Collaborator

@JarLob: do you know if ghcr supports some kind of trusted publishing?

@JarLob JarLob merged commit 0108dec into main Oct 9, 2025
2 checks passed
@JarLob JarLob deleted the rel branch October 9, 2025 13:27
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.

4 participants