odelik@lemmy.todaytoProgrammer Humor@programming.dev•"GitHub CI is easy", he said. "It's just `bash` ", he said.
0·
8 days agoDocker issues are always fun. I’ve repeatedly ran into docker kubernetes ssl certs being blocked by my ISP because they are dumb. Recently switched ISPs that let let’s me actually have that control.
You can also use the
workflow_dispatch
execution pattern and use some data input params and execute through the portal interface.However, do be careful about trusting input params without sanitizing them (GH has docs around this).