From 28ead7341cf8057cc5d614d3686dac97aa5d77e9 Mon Sep 17 00:00:00 2001 From: Rakib Ansary Date: Thu, 20 Apr 2023 20:04:16 +0600 Subject: [PATCH] ci: publish image to qa --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf211dc..e6b560c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,7 +53,7 @@ jobs: name: "Set ECR_ENV based on event type" command: | if [ "${CIRCLE_PULL_REQUEST}" != "" ]; then - export ECR_ENV="DEV" + export ECR_ENV="QA" else export ECR_ENV="PROD" fi