mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 12:00:03 -05:00
Update upload-docker.sh
This commit is contained in:
parent
98c2eec42a
commit
9f808022ba
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ ValidateInput() {
|
||||||
info "Successfully found:${F[W]}[IMAGE_REPO]${F[B]}, value:${F[W]}[${IMAGE_REPO}]"
|
info "Successfully found:${F[W]}[IMAGE_REPO]${F[B]}, value:${F[W]}[${IMAGE_REPO}]"
|
||||||
# Set the docker Image repo and GCR image repo
|
# Set the docker Image repo and GCR image repo
|
||||||
DOCKER_IMAGE_REPO="${IMAGE_REPO}"
|
DOCKER_IMAGE_REPO="${IMAGE_REPO}"
|
||||||
GCR_IMAGE_REPO="${GCR_URL}/${IMAGE_REPO}/${REPO_NAME}"
|
GCR_IMAGE_REPO="${GCR_URL}/${IMAGE_REPO}"
|
||||||
#########################
|
#########################
|
||||||
# Set the container URL #
|
# Set the container URL #
|
||||||
#########################
|
#########################
|
||||||
|
|
Loading…
Reference in a new issue