Replies: 1 comment
-
@Rollson Did you solve the problem? I think the problem still lasts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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