You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official prebuildify-cross always will try to pull the image from ghcr.io even if it exists in the local docker repo.
Instead, we should modify our fork: https://github.com/MayamaTakeshi/prebuildify-cross
to check if the image already exists and if yes, to use it.
This will avoid the need to push images to ghcr.io.
The text was updated successfully, but these errors were encountered:
The official prebuildify-cross always will try to pull the image from ghcr.io even if it exists in the local docker repo.
Instead, we should modify our fork:
https://github.com/MayamaTakeshi/prebuildify-cross
to check if the image already exists and if yes, to use it.
This will avoid the need to push images to ghcr.io.
The text was updated successfully, but these errors were encountered: