Skip to content
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

github: Add workflow to draft plugin releases #172

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skoeva
Copy link
Contributor

@skoeva skoeva commented Feb 28, 2025

This change adds a workflow for plugins which accomplishes the following:

  • Builds the plugin tarball
  • Builds the OCI image (if the ArtifactHub pkg file has the in-cluster tag)
  • Pushes the OCI image to the registry
  • Creates a draft release and pushes the tarball to it
  • Updates the ArtifactHub pkg file for the plugin

The workflow requires two inputs:

  • The plugin name (e.g., flux)
  • The plugin version (e.g., 0.1.0)

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
@skoeva skoeva added the enhancement New feature or request label Feb 28, 2025
@skoeva skoeva self-assigned this Feb 28, 2025
@skoeva skoeva marked this pull request as ready for review February 28, 2025 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant