Skip to content

Commit

Permalink
Update CI-CD-k8s-gear-js-stage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfilyanin authored Nov 27, 2024
1 parent 1a63b41 commit 7cd4a76
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/CI-CD-k8s-gear-js-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,19 @@ jobs:
file: idea/faucet/Dockerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-faucet:qa
build-args: |
WS_PROVIDER=${{ secrets.WS_PROVIDER_FAUCET }}
TEST_ACCOUNT_SEED=${{ secrets.TEST_ACCOUNT_SEED_FAUCET }}
TEST_BALANCE_VALUE=${{ secrets.TEST_BALANCE_VALUE_FAUCET }}
DB_NAME=${{ secrets.DB_NAME_FAUCET }}
DB_USER=${{ secrets.DB_USER_FAUCET }}
DB_PASSWORD=${{ secrets.DB_PASSWORD_FAUCET }}
DB_HOST=${{ secrets.DB_HOST_FAUCET }}
build-meta-storage-image-staging:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
environment: dev
environment: staging
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 7cd4a76

Please sign in to comment.