Skip to content

Commit

Permalink
use "bump-app-version-action"
Browse files Browse the repository at this point in the history
  • Loading branch information
hensur committed Feb 23, 2021
1 parent cb1de84 commit 9d3b451
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ jobs:
- name: Push brudi-operator stable
env:
PUSH: "true"
GITHUB_TOKEN: "${{ secrets.RELEASE_USER_TOKEN }}"
HELM_REPO_USERNAME: "${{ secrets.HELM_REPO_USERNAME }}"
HELM_REPO_PASSWORD: "${{ secrets.HELM_REPO_PASSWORD }}"
run: >
bash $(pwd)/scripts/docker-build-tag.sh "stable" &&
bash $(pwd)/scripts/docker-build-tag.sh "${GITHUB_REF:10}" &&
bash $(pwd)/scripts/bump-app-version.sh publish
bash $(pwd)/scripts/docker-build-tag.sh "${GITHUB_REF:10}"
- name: Run chart version bump
uses: mittwald/[email protected]
with:
mode: 'publish'
chartYaml: './deploy/helm-chart/brudi-operator/Chart.yaml'
env:
GITHUB_TOKEN: "${{ secrets.githubToken }}"
HELM_REPO_PASSWORD: "${{ secrets.HELM_REPO_PASSWORD }}"

0 comments on commit 9d3b451

Please sign in to comment.