Skip to content

Commit

Permalink
configure user for helm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Apr 11, 2024
1 parent 4c82c5e commit fd96f39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ jobs:
- name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Release Spark-Operator Helm Chart
uses: helm/chart-releaser-action@v1.6.0
env:
Expand Down

0 comments on commit fd96f39

Please sign in to comment.