We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cb4e1 commit 7a40c03Copy full SHA for 7a40c03
.github/workflows/build-push-image.yaml
@@ -12,6 +12,7 @@ on:
12
13
env:
14
IMAGE_NAME: cert-manager-key-vault-sync
15
+ CHART_NAME: cert-manager-key-vault-sync-chart
16
REPOSITORY_NAME: rdvansloten
17
18
jobs:
@@ -32,7 +33,7 @@ jobs:
32
33
- name: Read version from YAML
34
id: read_version
35
run: |
- version=$(cat ./charts/${{ env.IMAGE_NAME }}/Chart.yaml | grep appVersion | awk '{print $2}')
36
+ version=$(cat ./charts/${{ env.CHART_NAME }}/Chart.yaml | grep appVersion | awk '{print $2}')
37
echo "APP_VERSION=$version" >> "$GITHUB_ENV"
38
39
- name: Set up Docker Buildx
0 commit comments