Skip to content

Commit

Permalink
modifying the tag used by helm chart for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
wesjdj committed Jul 2, 2024
1 parent 012d238 commit 84e8842
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build-and-push-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,18 @@ jobs:
run: |
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
echo "GIT_EMAIL=renku@datascience.ch" >> $GITHUB_ENV
- name: Set version
id: vars
run: |
TAG_NAME="${GITHUB_REF#refs/tags/helm-}"
echo "tag=$TAG_NAME" >> $GITHUB_ENV
- name: Push chart and images
uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.11.3
env:
CHART_DIR: helm-chart/spamphibian
CHART_DIR: helm-chart/
CHART_NAME: spamphibian
GIT_USER: chart-bot
GIT_EMAIL: chart-bot@example.com
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}

0 comments on commit 84e8842

Please sign in to comment.