Skip to content

xunholy/operator-sdk-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Limitation

Currently --build-args are not supported.

About

A Github Action for using the operator-sdk CLI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published