diff --git a/.github/workflows/peers-ee.yaml b/.github/workflows/peers-ee.yaml index 564c5cf6d..ce014a45f 100644 --- a/.github/workflows/peers-ee.yaml +++ b/.github/workflows/peers-ee.yaml @@ -51,7 +51,7 @@ jobs: id: build-image env: DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }} - IMAGE_TAG: ${{ github.ref_name }}_${{ github.sha }} + IMAGE_TAG: ${{ github.ref_name }}_${{ github.sha }}-ee ENVIRONMENT: staging run: | skip_security_checks=${{ github.event.inputs.skip_security_checks }} diff --git a/peers/build.sh b/peers/build.sh index 51ea3f734..4c5f01679 100644 --- a/peers/build.sh +++ b/peers/build.sh @@ -16,6 +16,7 @@ check_prereq() { } [[ $1 == ee ]] && ee=true + [[ $PATCH -eq 1 ]] && { image_tag="$(grep -ER ^.ppVersion ../scripts/helmcharts/openreplay/charts/$chart | xargs | awk '{print $2}' | awk -F. -v OFS=. '{$NF += 1 ; print}')" [[ $ee == "true" ]] && {