Using the node version for develop docker images can be confusing, since we often forget to bump the version after releases. This PR will use the commit hash instead when releasing docker images from the develop branch. For the other branches staging, testnet, mainnet, it will still use the node version.
Using the node version for
develop
docker images can be confusing, since we often forget to bump the version after releases. This PR will use the commit hash instead when releasing docker images from thedevelop
branch. For the other branches staging, testnet, mainnet, it will still use the node version.