Skip to content

Commit

Permalink
Merge pull request #136 from velocitycareerlabs/chore/qa-to-dev-2024-…
Browse files Browse the repository at this point in the history
…01-07

chore/qa-to-dev-2024-01-07
  • Loading branch information
ItayPodhajcer authored Jan 7, 2024
2 parents 8f6a6c1 + 4bfd851 commit 9467d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fineract-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
workflow_id: 'external-version-update.yml',
ref: 'main',
inputs: {
'config-env': '${{ github.ref_name }}',
'config-env': '${{ github.ref_name == 'master' && format('{0}', 'prod') || github.ref_name }}',
'version': '${{ env.VER_NUM }}',
'service_name': '${{ env.UPDATE_SERVICE_NAME }}',
'image_sha': '${{ env.IMAGE_SHA }}'
Expand Down
2 changes: 1 addition & 1 deletion eng/environments/common.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

CURR_VERSION="1.7.0"
CURR_VERSION="1.14.0"
TARGET_CONTAINER_REG="ghcr.io"
TARGET_ORG="velocitycareerlabs"
TARGET_REPO="packages"
Expand Down

0 comments on commit 9467d4b

Please sign in to comment.