Skip to content

Commit

Permalink
Merge pull request #76 from relativityone/rel-vuls-20240621
Browse files Browse the repository at this point in the history
build: update spark base image
  • Loading branch information
bexway-relativity authored Jun 21, 2024
2 parents 2328121 + 8977690 commit 10b00a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/relativity_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
tags: spark-operator:local
outputs: 'type=docker,dest=/tmp/base-image.tar'
build-args: |
SPARK_IMAGE=${{ secrets.BASE_IMAGE }}:v1.9.0
SPARK_IMAGE=${{ secrets.BASE_IMAGE }}:v1.9.1
- name: Cache image
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/relativity_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
SPARK_IMAGE=${{ secrets.BASE_IMAGE }}:v1.9.0
SPARK_IMAGE=${{ secrets.BASE_IMAGE }}:v1.9.1

0 comments on commit 10b00a3

Please sign in to comment.