mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Fixing it
This commit is contained in:
parent
7d53a77c11
commit
95563d224f
1 changed files with 22 additions and 17 deletions
|
@ -369,6 +369,10 @@ BuildImage() {
|
||||||
info "Successfull [tag] Version:[${IMAGE_VERSION}] of additonal image!"
|
info "Successfull [tag] Version:[${IMAGE_VERSION}] of additonal image!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
########################################################
|
||||||
|
# Need to see if we need to tag a major update as well #
|
||||||
|
########################################################
|
||||||
|
if [ ${UPDATE_MAJOR_TAG} -eq 1 ]; then
|
||||||
###################
|
###################
|
||||||
# Build the image #
|
# Build the image #
|
||||||
###################
|
###################
|
||||||
|
@ -389,6 +393,7 @@ BuildImage() {
|
||||||
# SUCCESS
|
# SUCCESS
|
||||||
info "Successfull [tag] Version:[${MAJOR_TAG}] of additonal image!"
|
info "Successfull [tag] Version:[${MAJOR_TAG}] of additonal image!"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
################################################################################
|
################################################################################
|
||||||
#### Function UploadImage ######################################################
|
#### Function UploadImage ######################################################
|
||||||
|
|
Loading…
Reference in a new issue