diff options
author | Manoop Talasila <talasila@research.att.com> | 2019-07-31 17:31:48 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2019-07-31 17:32:45 -0400 |
commit | 035815ab44cd5f4ecb74bc8db167aabf3a15d20a (patch) | |
tree | 71c67b3750ecdd551262ac772c14e5dbd2cb0145 | |
parent | 56b756498672d81ea9fae07daad600af0e3d605f (diff) |
Release latest portal docker images
update env file to 2.6.0 to build 2.6.0-SNAPSHOT docker versions for now to test
Issue-ID: PORTAL-685
Signed-off-by: Manoop Talasila <talasila@research.att.com>
Change-Id: I8019c7183b2d7579556c9c0daf5ac8e910b6ec42
-rw-r--r-- | deliveries/.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deliveries/.env b/deliveries/.env index babd90e8..ddb038de 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -38,7 +38,7 @@ CLI_IMG_NAME=onap/cli # This is the first portion of the Docker image tag # that is published to the ONAP registry. -PORTAL_VERSION=2.5.0 +PORTAL_VERSION=2.6.0 # This is used during builds and in docker-compose; # it is never published to the ONAP registry. |