Replies: 1 comment
-
hey, I think you may have lost the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we created a docker image using the following:
#Dockerfile
When we create an action with something like this:
#redacted
It continues to try and logon but never succeeds, so we have to cancel it. If we use FROM summerwind/actions-runner:latest instead of FROM ghcr.io/actions/actions-runner:latest when building our docker image, it works successfully.
Beta Was this translation helpful? Give feedback.
All reactions