From 01e7c15d70b02e514357866eddd979622df8f4fb Mon Sep 17 00:00:00 2001 From: ruuushhh <66899387+ruuushhh@users.noreply.github.com> Date: Wed, 22 May 2024 11:49:59 +0530 Subject: [PATCH] Fix QA GA (#812) --- .github/workflows/qa_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa_deployment.yml b/.github/workflows/qa_deployment.yml index 16d68387c..0ebf232a4 100644 --- a/.github/workflows/qa_deployment.yml +++ b/.github/workflows/qa_deployment.yml @@ -38,7 +38,7 @@ jobs: - name: Update Image Tag run: | NEW_TAG="v$(git rev-parse --short HEAD)" - cd ${{ vars.STAGING_DEPLOY_REPO }}/${{ vars.C1_STAGING_DEPLOY_DIR }}/integrations + cd ${{ vars.STAGING_DEPLOY_REPO }}/${{ vars.C1_STAGING_DEPLOY_DIR }}/qa/integrations kustomize edit set image docker.io/${{ secrets.DOCKERHUB_USERNAME }}/fyle_integrations-app=docker.io/${{ secrets.DOCKERHUB_USERNAME }}/fyle_integrations-app:$NEW_TAG - name: Commit and push changes