Skip to content

gbraad-redhat/minp-github-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

MicroShift in Container GitHub Action

This GitHub Action facilitates the deployment and management of MicroShift within a containerized environment, streamlining the process for continuous integration and deployment workflows using OKD payload.

Features

  • Automated Deployment: Seamlessly deploy MicroShift in your CI/CD pipelines.
  • Containerized Environment: Run MicroShift within a container, ensuring consistency across different environments.
  • Simplified Management: Easily start, stop, and manage MicroShift instances as part of your GitHub workflows.

Usage

To incorporate this action into your workflow, add the following step to your GitHub Actions workflow file:

- name: Set up MicroShift
  uses: praveenkumar/minp-github-action@main

Sample Example