Skip to content

Conversation

andy-neuma
Copy link
Member

Summary:

Short paragraph detailing the pull request changes and reasoning in addition to any relevant context.

Details:

  • Detailed list of changes made in the pull request

Test Plan:

  • Detailed list of steps to test the changes made in the pull request

Related Issues:

  • List of related issues or other pull requests; ex: "Fixes #1234"

@@ -12,6 +12,8 @@ runs:
echo "os=ubuntu" | tee -a "$GITHUB_OUTPUT"
elif command -v microdnf &>/dev/null; then
echo "os=ubi-minimal" | tee -a "$GITHUB_OUTPUT"
elif command -v dnf &>/dev/null; then
echo "os=rhel" | tee -a "$GITHUB_OUTPUT"
Copy link
Contributor

Choose a reason for hiding this comment

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

This is also the case for ubi images (not ubi-minimal). Perhaps we should consider consolidating these in a single step?

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.

2 participants