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

releases: Second round of follow-up fixes #9188

Merged
merged 3 commits into from
Feb 29, 2024

Commits on Feb 29, 2024

  1. gha: payload: Stop generating payloads for the stable branches

    We've decided to not maintain stable branches anymore, thus we can only
    trigger this workflow for the `main` branch.
    
    For more details, please, see:
    kata-containers#9064
    
    Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
    fidencio committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    02af62b View commit details
    Browse the repository at this point in the history
  2. gha: payload: Don't use concurrency for this job

    We want all payloads to be built and published, regardless if there's a
    new PR merged.
    
    This will help people to easily trace / debug issues.
    
    Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
    fidencio committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1c3a769 View commit details
    Browse the repository at this point in the history
  3. gha: payload: Fix env var declarations

    This was introduced by a459887, but
    didn't follow the correct format for the env declaration.
    
    Fixes: kata-containers#9064 - part II
    
    Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
    fidencio committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c9dfe49 View commit details
    Browse the repository at this point in the history