File hash value built locally and remotely is different #3354
Unanswered
eastdraconis
asked this question in
Q&A
Replies: 0 comments
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.
-
rsbuild.config.ts file
I'm burning images through Docker and running locally through Docker-compose.
For distribution, Github-action is also burning the image through the same file and Dockerfile and uploading the image to ECR.
When you compare the hash value of a file built by accessing a locally baked image with the hash value of a file built by github-action, it is the same file and environment, but the hash value is different, causing problems in distribution.
I don't know what the problem is
Beta Was this translation helpful? Give feedback.
All reactions