evryfs/github-actions-runner-operator

envsubst: command not found

duyhenryer opened this issue · 1 comments

Hi team,

I had used envsubst in GitHub action file to hide secret
so when i build got errorenvsubst: command not found

Thank

correct, envsubst is not present in the image. this is best handled outside of the container and read as a secret. alternatively you can create a derivate image by adding any customizations needed.