X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-cass%2Fdocker%2Fdbuild.sh;h=aeef32939584f516b911dcfa2a01bb92589ec7c5;hb=08e93406376e318c8e935716403d2366c8402bb8;hp=f26d73a5926d2285383895e2ffaa6d8c08439806;hpb=aebee0032fe3d636f5c077df7bb5ee705bb38c44;p=aaf%2Fauthz.git diff --git a/auth/auth-cass/docker/dbuild.sh b/auth/auth-cass/docker/dbuild.sh index f26d73a5..aeef3293 100644 --- a/auth/auth-cass/docker/dbuild.sh +++ b/auth/auth-cass/docker/dbuild.sh @@ -20,6 +20,7 @@ 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} +docker tag ${ORG}/${PROJECT}/aaf_cass:${VERSION} ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_cass:latest cd - rm Dockerfile