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
Maybe I'm using this wrong but I feel like a common CI case would be to
docker build
docker push <>
k3d/s deploy app based on docker image
For this scenario, I'm using a k3d managed local registry, which is difficult (maybe) to use with the current action here.
I think the action should take a new create_registry and port args (both optional) and if set create the registry, then
create cluster referencing it
(makes it easier to deterministically set port for downstream docker push vs uber command that creates cluster + registry on random port)
or are people doing something else?
The text was updated successfully, but these errors were encountered:
Maybe I'm using this wrong but I feel like a common CI case would be to
docker build
docker push <>
k3d/s deploy app based on docker image
For this scenario, I'm using a k3d managed local registry, which is difficult (maybe) to use with the current action here.
I think the action should take a new create_registry and port args (both optional) and if set
create the registry, then
create cluster referencing it
(makes it easier to deterministically set port for downstream docker push vs uber command that creates cluster + registry on random port)
or are people doing something else?
The text was updated successfully, but these errors were encountered: