An open API service indexing awesome lists of open source software.

https://github.com/xunholy/operator-sdk-github-action

A Github Action for using the operator-sdk CLI
https://github.com/xunholy/operator-sdk-github-action

github github-actions operator-sdk operators

Last synced: 6 months ago
JSON representation

A Github Action for using the operator-sdk CLI

Awesome Lists containing this project

README

          

# Operator-SDK Github Action

This action allows usage of the operator-sdk CLI tool.

## Inputs

`image`

**Required** The name of the docker image.

`tag`

**Optional** The tag of the docker image. Default `"latest"`.

`dirPath`

**Optional** Project structure requires build/Dockerfile.

## Outputs

`image`

Built image name

## Example usage

```yaml
uses: xunholy/operator-sdk-action
with:
image: "example"
tag: 1.0
dirPath: "/path/to/build/dockerfile"
```

## Limitation

Currently `--build-args` are not supported.