actions / runner-container-hooks

Runner Container Hooks for GitHub Actions
MIT License
69 stars 44 forks source link

Support building container actions in k8s hooks #23

Closed thboop closed 1 year ago

thboop commented 2 years ago

Currently, we don't support building container actions for k8s hooks. Is there a way we could support it? Maybe via a tool like https://github.com/GoogleContainerTools/kaniko and push them up to the container registry.

fhammerl commented 1 year ago

Closing this PR as we decided against native support for Kaniko.