Skip to content

Commit 22d6698

Browse files
authored
Merge pull request #88 from puppetlabs/fix_release_context
Fix docker context and git add in release
2 parents 432a2c5 + 86ce404 commit 22d6698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
if: ${{ steps.dv.outputs.result == 'true' }}
134134
uses: docker/build-push-action@v3
135135
with:
136+
context: docker
136137
push: true
137138
tags: |
138139
ghcr.io/${{ github.repository }}:${{ steps.nv.outputs.appVersion }}
@@ -155,7 +156,6 @@ jobs:
155156
run: |
156157
git config user.name "puppetlabs-jenkins"
157158
git config user.email "[email protected]"
158-
git --no-pager diff CHANGELOG.md
159-
git add CHANGELOG.md
159+
git add docs
160160
git commit -m "release helm-chart version ${{ steps.nv.outputs.version }}"
161161
git push

0 commit comments

Comments
 (0)