Skip to content

Commit

Permalink
Update deploy_dev.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 a76c853 commit 9224187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
env:
MODULES_REGISTRY: ${{ vars.REGISTRY }}
MODULES_REGISTRY: ${{ vars.DEV_REGISTRY }}
CI_COMMIT_REF_NAME: ${{ github.ref_name }}
MODULES_MODULE_NAME: ${{ vars.MODULE_NAME }}
MODULES_MODULE_SOURCE: ${{ vars.MODULE_SOURCE }}
MODULES_MODULE_SOURCE: ${{ vars.DEV_MODULE_SOURCE }}
RELEASE_CHANNEL: ${{ github.event.inputs.version }}
MODULES_MODULE_TAG: ${{ github.event.inputs.tag }}
name: Build and Push images
Expand Down

0 comments on commit 9224187

Please sign in to comment.