From 41bd9aa3ff248f28aa8587e21d0f0d06b49a0ae0 Mon Sep 17 00:00:00 2001 From: Z4ck404 Date: Wed, 25 Oct 2023 00:31:08 +0200 Subject: [PATCH] [.github/action/release] update spark base image --- .github/actions/release/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/release/Makefile b/.github/actions/release/Makefile index 71f23d8d2..ba4f93aad 100644 --- a/.github/actions/release/Makefile +++ b/.github/actions/release/Makefile @@ -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 \