From ded9d67519e925de62818d81fe1fbc8e3ab52350 Mon Sep 17 00:00:00 2001 From: Jake Torrance Date: Wed, 22 Oct 2025 19:11:20 +0100 Subject: [PATCH] Add valkey to list of images to build --- .github/workflows/build-and-push-dev-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-dev-images.yml b/.github/workflows/build-and-push-dev-images.yml index a37b51402..f346d6328 100644 --- a/.github/workflows/build-and-push-dev-images.yml +++ b/.github/workflows/build-and-push-dev-images.yml @@ -34,7 +34,7 @@ on: # Default values for the builds triggered by the push event env: ol: 'oraclelinux7, oraclelinux8, oraclelinux9, oraclelinux10' - lang: 'gcc-toolset, golang, nodejs, nginx, php, python, redis, ruby, haproxy, kubectl, helm, ocne-tools, httpd' + lang: 'gcc-toolset, golang, nodejs, nginx, php, python, redis, ruby, haproxy, kubectl, helm, ocne-tools, httpd, valkey' jobs: prepare: