Skip to content

Commit 7a40c03

Browse files
committed
Fix chart directory
1 parent 30cb4e1 commit 7a40c03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-push-image.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
env:
1414
IMAGE_NAME: cert-manager-key-vault-sync
15+
CHART_NAME: cert-manager-key-vault-sync-chart
1516
REPOSITORY_NAME: rdvansloten
1617

1718
jobs:
@@ -32,7 +33,7 @@ jobs:
3233
- name: Read version from YAML
3334
id: read_version
3435
run: |
35-
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}')
3637
echo "APP_VERSION=$version" >> "$GITHUB_ENV"
3738
3839
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)