Skip to content

Commit

Permalink
Move component to production vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVyborny committed Oct 11, 2022
1 parent 0f57596 commit ec42153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: 'GitHub Actions'
concurrency: 'ci-${{ github.ref }}'
env:
APP_IMAGE: keboola/no-code-dbt-transformation
KBC_DEVELOPERPORTAL_VENDOR: keboola-test
KBC_DEVELOPERPORTAL_APP: keboola-test.no-code-dbt-transformation
KBC_DEVELOPERPORTAL_USERNAME: keboola-test+no_code_dbt_transformation_gha
KBC_DEVELOPERPORTAL_VENDOR: keboola
KBC_DEVELOPERPORTAL_APP: keboola.no-code-dbt-transformation
KBC_DEVELOPERPORTAL_USERNAME: keboola+no_code_dbt_transformation_gha
KBC_DEVELOPERPORTAL_PASSWORD: '${{ secrets.KBC_DEVELOPERPORTAL_PASSWORD }}'
DOCKERHUB_USER: '${{ secrets.DOCKERHUB_USER }}'
DOCKERHUB_TOKEN: '${{ secrets.DOCKERHUB_TOKEN }}'
Expand Down

0 comments on commit ec42153

Please sign in to comment.