diff --git a/ci/version_var.sh b/ci/version_var.sh index 14e331c..24d5c53 100644 --- a/ci/version_var.sh +++ b/ci/version_var.sh @@ -6,7 +6,7 @@ # Release Parameters BASE_VERSION=0.1.7 -IS_RELEASE=false +IS_RELEASE=true # Project Parameters SOURCE_REPO=hub-router diff --git a/test/bdd/fixtures/integration/.env b/test/bdd/fixtures/integration/.env index d4d4385..d02fbe6 100644 --- a/test/bdd/fixtures/integration/.env +++ b/test/bdd/fixtures/integration/.env @@ -5,8 +5,8 @@ # # Aries Agent configurations -AGENT_SDK_REST_IMAGE=ghcr.io/trustbloc-cicd/agent-sdk-server -AGENT_SDK_REST_IMAGE_TAG=0.1.7-snapshot-e86d01a +AGENT_SDK_REST_IMAGE=ghcr.io/trustbloc/agent-sdk-server +AGENT_SDK_REST_IMAGE_TAG=0.1.7 # Webhook configurations MOCK_WEBHOOK_IMAGE=ghcr.io/trustbloc/mock-webhook