Skip to content

Commit

Permalink
added id for a build job to fix digests artifact creation (#1963)
Browse files Browse the repository at this point in the history
* added id for a build job to fix digests artifact creation

Signed-off-by: Andrew Chubatiuk <andrew.chubatiuk@gmail.com>

* configure user for helm publish

Signed-off-by: Andrew Chubatiuk <andrew.chubatiuk@gmail.com>

---------

Signed-off-by: Andrew Chubatiuk <andrew.chubatiuk@gmail.com>
  • Loading branch information
AndrewChubatiuk committed Apr 11, 2024
1 parent 835281d commit 4fd6a54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push Spark-Operator Docker Image to github container registry
id: build
uses: docker/build-push-action@v5
with:
context: .
Expand Down Expand Up @@ -127,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 4fd6a54

Please sign in to comment.