Github Actions error: Process completed with exit code 125 – Docker
PLease help me, i'm trying to build a docker image but the program is exiting with error code 125. Here is the code for building the image and the error i'm getting. Run docker build -t $BUILD_IMAGE --build-arg GITHUB_SHA="$GITHUB_SHA" --build-arg…