diff options
Diffstat (limited to 'docker-build.sh')
-rwxr-xr-x | docker-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-build.sh b/docker-build.sh index d74b4dc..43c6b44 100755 --- a/docker-build.sh +++ b/docker-build.sh @@ -108,7 +108,7 @@ EOF # # build the docker image. tag and then push to the remote repo # -IMAGE='openecomp/dcae-controller-common-event' +IMAGE='openecomp/dcae-collector-common-event' #TAG='1.0.0' VERSION=$(xpath -e "//project/version/text()" "pom.xml") EXT=$(echo "$VERSION" | rev | cut -s -f1 -d'-' | rev) @@ -147,7 +147,7 @@ if [ ! -z "$REPO" ]; then docker push "${RFQI}" - TAG="LATEST" + TAG="latest" LFQI="${IMAGE}:${TAG}" RFQI2="${REPO}/${LFQI}" echo "$LFQI" |