[Fix] exec /usr/bin/sh: exec Format Error
The Error ‘exec /usr/bin/sh: exec format error’, is an error that is seen when you are working on docker and are trying to push a custom image to Docker hub. Given below is the snippet of the error ‘exec /usr/bin/sh: exec format error’ you might see when you try to run it using CI/CD: The …