Update upload-docker.sh

This commit is contained in:
Lukas Gravley 2020-08-31 14:49:02 -05:00 committed by GitHub
parent 9f808022ba
commit 3490d97bb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,11 +35,6 @@ GCR_IMAGE_REPO='' # Docker tag for the image when create
FOUND_IMAGE=0 # Flag for if the image has already been built
CONTAINER_URL='' # Final URL to upload
#####################
# Get the repo name #
#####################
REPO_NAME=$(echo "${GITHUB_REPOSITORY}" |cut -f2 -d'/') # GitHub Repository name
#########################
# Source Function Files #
#########################