diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35713111..365696ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,4 +52,4 @@ jobs: image_name="${QUAYIO_ORG}/numalogic/udf:${tag}" - docker buildx build --platform ${PLATFORM} --build-arg INSTALL_EXTRAS='rds druid' --output "type=image,push=true" . -t $image_name + docker buildx build --platform ${PLATFORM} --build-arg INSTALL_EXTRAS='rds redis' --output "type=image,push=true" . -t $image_name