fix(build): proper image tag
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
b734fbd3ad
commit
0855466c47
2 changed files with 2 additions and 1 deletions
2
.github/workflows/peers-ee.yaml
vendored
2
.github/workflows/peers-ee.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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" ]] && {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue