Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 954 Bytes

File metadata and controls

24 lines (16 loc) · 954 Bytes

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