-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: EINVALIDTAGNAME Tags may not have any characters that encodeURIComponent encodes. #2467
Comments
|
I'm wondering how the You shouldn't install Expo CLI globally anymore, it's shipped with an I believe that
|
This issue is stale because it has been open for 30 days with no activity. If there is no activity in the next 7 days, the issue will be closed. |
This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem. |
Build/Submit details page URL
No response
Summary
I try to use docker to execute: npx eas build --platform android --local --profile production
My docker file:
All works good but when script try to execute last RUN
Managed or bare?
bare
Environment
RUN npx expo prebuild
RUN npx expo-doctor
RUN git init
RUN npx eas build --platform android --local --profile production
Error output
Reproducible demo or steps to reproduce from a blank project
docker build -t project .
docker run project
The text was updated successfully, but these errors were encountered: