aaf_cass tagging
Issue-ID: AAF-517
Change-Id: Ia9073f1f81a24c82e4188091f57faee20799df4f
Signed-off-by: Instrumental <jonathan.gathman@att.com>
diff --git a/auth/auth-cass/docker/dbuild.sh b/auth/auth-cass/docker/dbuild.sh
index 9cb3701..f26d73a 100644
--- a/auth/auth-cass/docker/dbuild.sh
+++ b/auth/auth-cass/docker/dbuild.sh
@@ -9,7 +9,7 @@
. ../../docker/d.props.init
fi
-echo "Building Container for aaf_cass:$VERSION"
+echo "Building aaf_cass Container for aaf_cass:$VERSION"
DIR=$(pwd)
cd ..
@@ -19,6 +19,8 @@
cp sample/data/sample.identities.dat auth-cass
docker build -t ${ORG}/${PROJECT}/aaf_cass:${VERSION} auth-cass
+docker tag ${ORG}/${PROJECT}/aaf_cass:${VERSION} ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_cass:${VERSION}
+
cd -
rm Dockerfile
rm -Rf cass_data