GitHub Custom Action failure: unexpected token `|', conditional binary operator expected

I am working on a server that is not yet available on the Internet yet. I don’t know how I haven’t thought of that… What are those steps I should add in the workflow by then?

It up to you how you wanna deal with it, e.g. you can use this action Kubernetes Set Context · Actions · GitHub Marketplace · GitHub

For now, is it the same if I manually enter the helm upgrade command on the server after running the GitHub Action? Or do I keep using docker build and docker push ?

The part responsible for building an image is ok, and you can leave it in your workflow, for now, it looks like you have to manually execute helm upgrade on your machine.

1 Like