From d7a519ff05732346ba63f18dd53285e334a6a09c Mon Sep 17 00:00:00 2001
From: Valera V Harseko <vharseko@3a-systems.ru>
Date: Mon, 22 Jun 2026 16:27:39 +0000
Subject: [PATCH] Benchmark: fix OpenLDAP image name to vegardit/openldap
---
.github/workflows/benchmark.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 4569922..f64cdc7 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -25,7 +25,7 @@
inputs:
openldap_image:
description: "OpenLDAP Docker image"
- default: "vegardit/docker-openldap:latest"
+ default: "vegardit/openldap:latest"
opendj_image:
description: "OpenDJ Docker image"
default: "openidentityplatform/opendj:latest"
@@ -63,7 +63,7 @@
runs-on: ubuntu-latest
env:
# `${{ inputs.X || 'default' }}` so workflow_run (which carries no inputs) falls back.
- OPENLDAP_IMAGE: ${{ inputs.openldap_image || 'vegardit/docker-openldap:latest' }}
+ OPENLDAP_IMAGE: ${{ inputs.openldap_image || 'vegardit/openldap:latest' }}
OPENDJ_IMAGE: ${{ inputs.opendj_image || 'openidentityplatform/opendj:latest' }}
THREADS: ${{ inputs.threads || '200' }}
DURATION: ${{ inputs.duration || '300' }}
--
Gitblit v1.10.0