-
Notifications
You must be signed in to change notification settings - Fork 28
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
💚 Image build fix fixtures #75
base: develop
Are you sure you want to change the base?
Conversation
0e018d3
to
89c564d
Compare
I will setup a simple local registry and use that in the builds |
A local registry for what purpose? |
Multi platform builds are not able to store images in local docker storage, And saving to local file and loading the file is not working in GitHub Actions, So We have to push image then pull and retag image I think |
89c564d
to
c49daab
Compare
90a0be9
to
3729d5d
Compare
3729d5d
to
a1f1b7d
Compare
I have changed nothing in the code and Dockerfile, but Tests are failing... |
a1f1b7d
to
821ed48
Compare
adds arm64 build using buildx Signed-off-by: Muhammed Hussein Karimi <[email protected]>
821ed48
to
44082bf
Compare
adds arm64 build using buildx
Closes #12