Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Set up your GitHub Actions workflow with a specific version of the Operator SDK

License

Notifications You must be signed in to change notification settings

jpkrohling/setup-operator-sdk

Repository files navigation

GitHub action for setting up operator-sdk

This ia a simple GitHub Action for setting up the operator-sdk binary for a GitHub Workflow.

Usage

jobs:
  your-job:
    steps:
    - uses: jpkrohling/setup-operator-sdk@v1.1.0

or, overridding the version:

jobs:
  your-job:
    steps:
    - uses: jpkrohling/setup-operator-sdk@v1.1.0
      with:
        operator-sdk-version: v1.4.0

The version 1.1.0 and newer will only work with Operator SDK v1.4.0 and higher.

Contributing

This action is based on the JavaScript template. Check the walkthrough to get started with it. To contribute to this project, just open a PR with your proposed changes, making sure to include the transpiled files (./lib/*.js): you can get them as a result of npm run build.

See also

About

Set up your GitHub Actions workflow with a specific version of the Operator SDK

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published