mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 11:38: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' }}
|
if: ${{ steps.dv.outputs.result == 'true' }}
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
|
context: docker
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}:${{ steps.nv.outputs.appVersion }}
|
ghcr.io/${{ github.repository }}:${{ steps.nv.outputs.appVersion }}
|
||||||
|
|
@ -155,7 +156,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config user.name "puppetlabs-jenkins"
|
git config user.name "puppetlabs-jenkins"
|
||||||
git config user.email "team-quality-engineering@puppet.com"
|
git config user.email "team-quality-engineering@puppet.com"
|
||||||
git --no-pager diff CHANGELOG.md
|
git add docs
|
||||||
git add CHANGELOG.md
|
|
||||||
git commit -m "release helm-chart version ${{ steps.nv.outputs.version }}"
|
git commit -m "release helm-chart version ${{ steps.nv.outputs.version }}"
|
||||||
git push
|
git push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue