Service Foundry Builder is a Kubernetes-native tool for building and deploying Service Foundry modules in a cloud-native environment. It leverages containerized builds, Kubernetes Jobs, and popular DevOps tools to streamline the deployment process.
./push-to-ecr.sh -t 0.1.6
export GITHUB_USER='github-username'
export GITHUB_PASSWORD='github-password'
export IMAGE_TAG=0.1.7
./push-to-github.sh -t $IMAGE_TAG -u $GITHUB_USER -p $GITHUB_PASSWORD
Make sure to merge the changes to the gh-pages
branch and create a new tag for the release.