Replies: 2 comments
-
|
Hi, this docker image was community contributed and i'm not a docker permissions expert. It looks like there are some workarounds i see on stack overflow like telling git its ok to use -- but not sure what the "right" answer is here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
A little late but still found a clean workaround that doesn't require changing the image. For Gitea Actions specifically I also needed a chmod step before the container runs: Works reliably heree. |
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.
-
I try to run flux-local as a Gitea-Workflow.
My Git-User has id 1000 so all repo-files are owned by 1000:1000.
Your container is build with user 1001 (because of Github!?).
So this problem arises in the logs:
Would be glad how i can circumvent this.
Many thanks for this great tool.
Beta Was this translation helpful? Give feedback.
All reactions