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, i was going through the containermode: Kubernetes configuration for the gha-runner-scale-set. And i wanted to implement building and pushing image using Kaniko to a registry (for e.g, Azure Container Registry). Can anyone help out on how to set this up. could not find something in the documentation. My initial idea was to set up the workflow as shown below. However i had issues when deploying the workflow.
Like this error, Run '/home/runner/k8s/index.js' shell: /home/runner/externals/node16/bin/node {0} env: can't execute '/__e/node16/bin/node': No such file or directory in the checkout action and also the initialize container step showing this error Run '/home/runner/k8s/index.js' cat: can't open '/etc/*release*': No such file or directory. Is this even the right way to do it? Thank you for your thoughts or suggestion
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, i was going through the
containermode: Kubernetes
configuration for the gha-runner-scale-set. And i wanted to implement building and pushing image using Kaniko to a registry (for e.g, Azure Container Registry). Can anyone help out on how to set this up. could not find something in the documentation. My initial idea was to set up the workflow as shown below. However i had issues when deploying the workflow.Like this error,
Run '/home/runner/k8s/index.js' shell: /home/runner/externals/node16/bin/node {0} env: can't execute '/__e/node16/bin/node': No such file or directory
in thecheckout action
and also theinitialize container
step showing this errorRun '/home/runner/k8s/index.js' cat: can't open '/etc/*release*': No such file or directory.
Is this even the right way to do it? Thank you for your thoughts or suggestionBeta Was this translation helpful? Give feedback.
All reactions