Workflow fails to pull image from private registry due to missing authentication #3741
Unanswered
diegoara96
asked this question in
Questions
Replies: 1 comment 1 reply
-
UPDATE: I have tried changing the runner from an ARC to a self-hosted runner and it downloads the image without problems. I understand that then this is no longer a discussion and becomes a bug. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using GITHUB ARC with the containerMode = kubernetes with the default configuration and it works fine allowing my workflows to run in containers. The problem is that I wanted to use images from a private registry and from what I see in the workflow log I get the impression that it is not able to log against my registry.
Using the docker login locally with the credentials of the secrets and the image works so I discard that it is a problem on the part of the repository.
Workflow
kubernetes workflow description log
Beta Was this translation helpful? Give feedback.
All reactions