Skip to content

Commit

Permalink
ci: provide chart name when publishing chart (#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi authored Apr 6, 2021
1 parent da55965 commit 7af1e3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,13 @@ jobs:
uses: SwissDataScienceCenter/renku/actions/publish-chart@master
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
CHART_NAME: renku-ui
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
- name: Wait for chart to get published
run: sleep 120
- name: Update component version
uses: SwissDataScienceCenter/renku/actions/update-component-version@master
env:
CHART_NAME: renku-ui
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
CHART_NAME: renku-ui

0 comments on commit 7af1e3e

Please sign in to comment.