diff --git a/level_2/.github/actions/image_builder/action.yaml b/.github/actions/image_builder/action.yaml similarity index 99% rename from level_2/.github/actions/image_builder/action.yaml rename to .github/actions/image_builder/action.yaml index ad516ca1d..607b850af 100644 --- a/level_2/.github/actions/image_builder/action.yaml +++ b/.github/actions/image_builder/action.yaml @@ -33,3 +33,4 @@ runs: image_name="${{ inputs.ecr_image_repo_name }}" docker_login="true" version="$VERSION" account="${{ inputs.aws_account_id }}" app_dir="$APP_DIR" publish="${{ inputs.should_publish }}" ./bin/dockerize echo "Docker tag is: $VERSION" echo $VERSION > /tmp/.DOCKER_IMAGE_VERSION + diff --git a/level_2/.github/workflows/cd.yaml b/.github/workflows/cd.yaml similarity index 98% rename from level_2/.github/workflows/cd.yaml rename to .github/workflows/cd.yaml index 4126999e3..53dc50179 100644 --- a/level_2/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -48,7 +48,7 @@ jobs: aws_account_id: ${{ env.AWS_ACCOUNT_ID_DEV }} should_publish: true ecr_image_repo_name: promethai-dev-backend-promethai-backend-memory - dockerfile_location: ./ + dockerfile_location: ./level_2 - name: Export Docker image tag id: export-promethai-docker-tag run: | diff --git a/level_2/.github/workflows/cd_prd.yaml b/.github/workflows/cd_prd.yaml similarity index 98% rename from level_2/.github/workflows/cd_prd.yaml rename to .github/workflows/cd_prd.yaml index 00f23e731..8c501374c 100644 --- a/level_2/.github/workflows/cd_prd.yaml +++ b/.github/workflows/cd_prd.yaml @@ -48,7 +48,7 @@ jobs: aws_account_id: ${{ env.AWS_ACCOUNT_ID_DEV }} should_publish: true ecr_image_repo_name: promethai-prd-backend-promethai-backend-memory - dockerfile_location: ./ + dockerfile_location: ./level_2 - name: Export Docker image tag id: export-promethai-docker-tag run: | diff --git a/level_2/.github/workflows/ci.yaml b/.github/workflows/ci.yaml similarity index 100% rename from level_2/.github/workflows/ci.yaml rename to .github/workflows/ci.yaml