Skip to content

Commit

Permalink
chore: update to 1.9.3 spark-base image
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrush committed Dec 11, 2024
1 parent 3fa0afb commit 3112aba
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.2
SPARK_IMAGE=${{ secrets.BASE_IMAGE }}:v1.9.3
- name: Cache image
uses: actions/upload-artifact@v4
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.2
SPARK_IMAGE=${{ secrets.BASE_IMAGE }}:v1.9.3

0 comments on commit 3112aba

Please sign in to comment.