chore: add version
This commit is contained in:
parent
8b3225963e
commit
508672f3a6
2 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
- name: Extract Chart Version
|
||||
run: |
|
||||
CHART_VERSION=$(yq -r .appVersion "chart/Chart.yaml")
|
||||
CHART_VERSION=$(yq -r .appVersion "ci/metadata.yaml")
|
||||
echo "CHART_VERSION=${CHART_VERSION}" >> $GITHUB_ENV
|
||||
|
||||
- name: Build and push
|
||||
|
|
1
ci/metadata.yaml
Normal file
1
ci/metadata.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
appVersion: v0.1.0
|
Loading…
Add table
Reference in a new issue