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 175bfb0 commit 3dc42f8Copy full SHA for 3dc42f8
.github/workflows/publish.yaml
@@ -57,7 +57,7 @@ jobs:
57
with:
58
fetch-depth: 0
59
- name: Get helm chart version
60
- run: echo "CHART_VERSION=$(grep '^version:' charts/<project-name>/Chart.yaml | cut -d ":" -f2 | tr -d ' ')" >> $GITHUB_ENV
+ run: echo "CHART_VERSION=$(grep '^version:' charts/deployment-operator/Chart.yaml | cut -d ":" -f2 | tr -d ' ')" >> $GITHUB_ENV
61
- name: Docker meta
62
id: meta
63
uses: docker/metadata-action@v4
0 commit comments