Skip to content

Commit

Permalink
Update deploy_prod.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Okhrimenko <[email protected]>
  • Loading branch information
dxavx authored Dec 26, 2023
1 parent 8f0a2c7 commit c3873ae
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,19 @@ jobs:
MODULE_SOURCE_NAME: ${{ vars.PROD_MODULE_SOURCE_NAME }}
CI_COMMIT_REF_NAME: ${{ github.ref_name }}
MODULES_MODULE_NAME: ${{ vars.MODULE_NAME }}
MODULES_MODULE_SOURCE: ${{ format('{0}/{1}/{2}/modules', env.MODULES_REGISTRY, env.MODULE_SOURCE_NAME, github.event.inputs.edition ) }}
TEST_MODULES_MODULE_SOURCE: $MODULES_REGISTRY/$MODULE_SOURCE_NAME/${{ github.event.inputs.edition }}/modules
#MODULES_MODULE_SOURCE: ${{ format('{0}/{1}/{2}/modules', env.MODULES_REGISTRY, env.MODULE_SOURCE_NAME, github.event.inputs.edition ) }}
TESTMODULES_MODULE_SOURCE: $MODULES_REGISTRY/$MODULE_SOURCE_NAME/${{ github.event.inputs.edition }}/modules
RELEASE_CHANNEL: ${{ github.event.inputs.version }}
MODULES_MODULE_TAG: ${{ github.event.inputs.tag }}
FIRST_PART: 'first'
SECOND_PART: 'second'
FULL: ${{ format('{0}-{1}', env.FIRST_PART, env.SECOND_PART) }}
name: Build and Push images
steps:
- run: |
echo "FIRST_PART=$FIRST_PART"
echo "SECOND_PART=$SECOND_PART"
echo "FULL=$FULL"
echo $MODULES_REGISTRY
echo $MODULE_SOURCE_NAME
echo $CI_COMMIT_REF_NAME
Expand Down

0 comments on commit c3873ae

Please sign in to comment.