Skip to content

Commit

Permalink
[.github/action/release] update spark base image (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4ck404 authored Oct 27, 2023
1 parent 1aad721 commit c03b398
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 c03b398

Please sign in to comment.