actions / runner-container-hooks

Runner Container Hooks for GitHub Actions
MIT License
63 stars 41 forks source link

Run actions from Dockerfile #150

Closed 7ngn closed 3 months ago

7ngn commented 3 months ago

When will running actions from a Dockerfile be supported? i.e. I have a use case for running an action, sonarsource/sonarqube-scan-action@master, but I get an error:

Error: Error: Building container actions is not currently supported

nikola-jokic commented 3 months ago

Hey @7ngn,

Thank you for asking but we currently don't have a timeline to support this feature. But Natalie has done an amazing job explaining how to build images using container hooks: https://some-natalie.dev/blog/kaniko-in-arc/