Skip to content

Commit

Permalink
added id for a build job to fix digests artifact creation (kubeflow#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 <[email protected]>

* configure user for helm publish

Signed-off-by: Andrew Chubatiuk <[email protected]>

---------

Signed-off-by: Andrew Chubatiuk <[email protected]>
  • Loading branch information
AndrewChubatiuk authored and sigmarkarl committed Aug 7, 2024
1 parent 7a33594 commit 87b4992
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 "[email protected]"
- name: Release Spark-Operator Helm Chart
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 87b4992

Please sign in to comment.