diff --git a/.github/workflows/aha-prod-ci-cd.yml b/.github/workflows/aha-prod-ci-cd.yml index 78b0be47..0c92da1b 100755 --- a/.github/workflows/aha-prod-ci-cd.yml +++ b/.github/workflows/aha-prod-ci-cd.yml @@ -52,7 +52,7 @@ jobs: id: imageidvar run: | image_tag+=${{ steps.result_release.outputs.tag_name }} && image_tag+=_ && image_tag+=${{ steps.result_release.outputs.id }} - echo "imagetag_value=$(aws ecr-public describe-image-tags --repository-name rean-admin-portal --region us-east-1 --query "imageTagDetails[?imageTag=='$image_tag'].imageTag" --output text)" >> $GITHUB_OUTPUT + echo "imagetag_value=$(aws ecr-public describe-image-tags --repository-name rean-admin-portal-ahaprod --region us-east-1 --query "imageTagDetails[?imageTag=='$image_tag'].imageTag" --output text)" >> $GITHUB_OUTPUT - name: ECR Image and Github Tag Check run: | @@ -81,7 +81,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }} with: tag: ${{ github.event.inputs.Tag_name }} - repo: REAN-Foundation/rean-admin-portal + repo: REAN-Foundation/rean-admin-portal-ahaprod - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1