This action allows usage of the operator-sdk CLI tool.
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.
image
Built image name
uses: xunholy/operator-sdk-action
with:
image: "example"
tag: 1.0
dirPath: "/path/to/build/dockerfile"Currently --build-args are not supported.