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.
2 parents 432a2c5 + 86ce404 commit 22d6698Copy full SHA for 22d6698
.github/workflows/release.yml
@@ -133,6 +133,7 @@ jobs:
133
if: ${{ steps.dv.outputs.result == 'true' }}
134
uses: docker/build-push-action@v3
135
with:
136
+ context: docker
137
push: true
138
tags: |
139
ghcr.io/${{ github.repository }}:${{ steps.nv.outputs.appVersion }}
@@ -155,7 +156,6 @@ jobs:
155
156
run: |
157
git config user.name "puppetlabs-jenkins"
158
git config user.email "[email protected]"
- git --no-pager diff CHANGELOG.md
159
- git add CHANGELOG.md
+ git add docs
160
git commit -m "release helm-chart version ${{ steps.nv.outputs.version }}"
161
git push
0 commit comments