mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Fix docker context and git add in release
This commit is contained in:
parent
432a2c5ae3
commit
86ce404158
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -133,6 +133,7 @@ jobs:
|
|||
if: ${{ steps.dv.outputs.result == 'true' }}
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: docker
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository }}:${{ steps.nv.outputs.appVersion }}
|
||||
|
|
@ -155,7 +156,6 @@ jobs:
|
|||
run: |
|
||||
git config user.name "puppetlabs-jenkins"
|
||||
git config user.email "team-quality-engineering@puppet.com"
|
||||
git --no-pager diff CHANGELOG.md
|
||||
git add CHANGELOG.md
|
||||
git add docs
|
||||
git commit -m "release helm-chart version ${{ steps.nv.outputs.version }}"
|
||||
git push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue