Skip to content

Commit

Permalink
[.github/action/release] update spark base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4ck404 committed Oct 25, 2023
1 parent 1aad721 commit 41bd9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)

VERSION = $(shell git rev-parse --short=7 HEAD)
IMAGE_NAME = spark-operator
SPARK_BASE_IMAGE = gcr.io/ocean-spark/spark:platform-3.2-gen19
TAG = $(VERSION)-gen19
SPARK_BASE_IMAGE = gcr.io/ocean-spark/spark:platform-3.4-gen20
TAG = $(VERSION)-gen20

build:
docker buildx build --load \
Expand Down

0 comments on commit 41bd9aa

Please sign in to comment.