Skip to content

Instantly share code, notes, and snippets.

@kevholditch
Last active November 10, 2017 16:09
Embed
What would you like to do?
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