You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great tool! Have you considered making this a github action?
For the implementation you just need to define a dockerfile (with Go in this case or just a plain dockerfile which imports from another docker image that already contains the clis so there's no build step). An example of Go cli being used as an action is here https://github.com/synpse-hq/action.
The text was updated successfully, but these errors were encountered:
Hi, great tool! Have you considered making this a github action?
For the implementation you just need to define a dockerfile (with Go in this case or just a plain dockerfile which imports from another docker image that already contains the clis so there's no build step). An example of Go cli being used as an action is here https://github.com/synpse-hq/action.
The text was updated successfully, but these errors were encountered: