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
- Host: GitHub
- URL: https://github.com/xunholy/operator-sdk-github-action
- Owner: xunholy
- License: apache-2.0
- Created: 2019-10-13T11:56:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T02:50:45.000Z (over 6 years ago)
- Last Synced: 2025-07-21T06:50:04.998Z (7 months ago)
- Topics: github, github-actions, operator-sdk, operators
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.