This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ "$GITHUB_TOKEN" = "" ]; then | |
echo "you need to create a github token with access to kevholditch/demo to run this build see https://github.com/settings/tokens/new" | |
exit -1 | |
fi | |
docker build --build-arg "GITHUB_TOKEN=$GITHUB_TOKEN" -t kevholditch/demo . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment